diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-03-06 17:53:27 +0100 | 
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-03-06 17:53:27 +0100 | 
| commit | a59e07d5abd87cd87a53733a7f303a394a30560c (patch) | |
| tree | 90bbe699ff615917901434af8eb7fb0d477f4737 /dgedit | |
| parent | c4995f3a60de049ccd434c3950ae98bcef216532 (diff) | |
Don't include moc.cpp and qrc.cpp files in dist.
Diffstat (limited to 'dgedit')
| -rw-r--r-- | dgedit/Makefile.am | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/dgedit/Makefile.am b/dgedit/Makefile.am index 2ebd304..61aefbb 100644 --- a/dgedit/Makefile.am +++ b/dgedit/Makefile.am @@ -8,7 +8,7 @@ dgedit_LDADD = $(SNDFILE_LIBS) $(QT_LIBS) $(shell ../tools/MocList o ) \  dgedit_CXXFLAGS = $(SNDFILE_CXXFLAGS) $(QT_CFLAGS) $(AO_CFLAGS)  AM_CXXFLAGS = $(QT_CFLAGS) -dgedit_SOURCES = $(shell ../tools/MocList cc ) \ +dgedit_SOURCES = \  	dgedit.cc \  	audioextractor.cc \  	canvas.cc \ @@ -21,8 +21,9 @@ dgedit_SOURCES = $(shell ../tools/MocList cc ) \  	mainwindow.cc \  	mipmap.cc \  	samplesorter.cc \ -	dgedit.qrc \ -	dgedit_qrc.cpp +	dgedit.qrc + +#	dgedit_qrc.cpp $(shell ../tools/MocList cc )   EXTRA_DIST = \  	audioextractor.h \ | 
