Skip to content

Commit b3fbbd9

Browse files
author
g_j_m
committed
Combine separate EXTRA_DIST commands into one to prevent a warning message
git-svn-id: http://svn.osgeo.org/qgis/trunk@5902 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent ba52dcf commit b3fbbd9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tools/mapserver_export/Makefile.am

+2-3
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ msexport_CXXFLAGS = $(CXXFLAGS) $(PKGDATAPATH) $(EXTRA_CXXFLAGS) $(QT_CXXFLAGS)
6565

6666
CLEANFILES = $(BUILT_SOURCES)
6767

68-
EXTRA_DIST = $(msexport_UIC)
69-
7068
lib_LTLIBRARIES = libmsexport.la
7169

7270
libmsexport_la_SOURCES = qgsmapserverexport.cpp qgsmapserverexport.moc.cpp msexport_wrap.cxx
@@ -95,4 +93,5 @@ endif
9593

9694
python_DATA = *.py
9795

98-
EXTRA_DIST = $(python_DATA)
96+
EXTRA_DIST = $(msexport_UIC) \
97+
$(python_DATA)

0 commit comments

Comments
 (0)