diff options
author | Marcus Brinkmann <[email protected]> | 2007-09-07 20:54:12 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2007-09-07 20:54:12 +0000 |
commit | dc9b29175f31c3b0cac65902a8eb938806a4eadd (patch) | |
tree | fb7ca080abc6e5a4d8096c5402c270644a640e34 /gpgme/Makefile.am | |
parent | 2007-09-07 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-dc9b29175f31c3b0cac65902a8eb938806a4eadd.tar.gz gpgme-dc9b29175f31c3b0cac65902a8eb938806a4eadd.zip |
2007-09-07 Marcus Brinkmann <[email protected]>
* Makefile.am (libgpgme_qt_la_SOURCES): Move
moc_kdpipeiodevice.cpp to EXTRA_DIST, as this is only included by
another file (it's more like a header file than a cpp file, but
automake doesn't know that).
Diffstat (limited to '')
-rw-r--r-- | gpgme/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gpgme/Makefile.am b/gpgme/Makefile.am index 8668b36e..18b44dec 100644 --- a/gpgme/Makefile.am +++ b/gpgme/Makefile.am @@ -19,8 +19,9 @@ ## Process this file with automake to produce Makefile.in +# Note: moc_kdpipeiodevice should actually be a dependcy below. EXTRA_DIST = gpgme-config.in gpgme.m4 mkstatus libgpgme.vers \ - versioninfo.rc.in gpgme.def + versioninfo.rc.in gpgme.def moc_kdpipeiodevice.cpp BUILT_SOURCES = status-table.h MOSTLYCLEANFILES = status-table.h bin_SCRIPTS = gpgme-config @@ -115,8 +116,8 @@ endif if BUILD_W32_QT libgpgme_qt_la_SOURCES = $(main_sources) ath.h ath.c w32-qt-io.cpp \ - kdpipeiodevice.h kdpipeiodevice.cpp moc_kdpipeiodevice.cpp \ - kdpipeiodevice.moc + kdpipeiodevice.h kdpipeiodevice.cpp kdpipeiodevice.moc +# FIXME: Add extra depedency: moc_kdpipeiodevice.cpp # These are built sources (normally). # moc_kdpipeiodevice.cpp: kdpipeiodevice.h |