Skip to content

Commit

Permalink
Combine separate EXTRA_DIST commands into one to prevent a warning me…
Browse files Browse the repository at this point in the history
…ssage

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5902 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Oct 1, 2006
1 parent cb7ac5e commit f663812
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tools/mapserver_export/Makefile.am
Expand Up @@ -65,8 +65,6 @@ msexport_CXXFLAGS = $(CXXFLAGS) $(PKGDATAPATH) $(EXTRA_CXXFLAGS) $(QT_CXXFLAGS)

CLEANFILES = $(BUILT_SOURCES)

EXTRA_DIST = $(msexport_UIC)

lib_LTLIBRARIES = libmsexport.la

libmsexport_la_SOURCES = qgsmapserverexport.cpp qgsmapserverexport.moc.cpp msexport_wrap.cxx
Expand Down Expand Up @@ -95,4 +93,5 @@ endif

python_DATA = *.py

EXTRA_DIST = $(python_DATA)
EXTRA_DIST = $(msexport_UIC) \
$(python_DATA)

0 comments on commit f663812

Please sign in to comment.