diff options
author | Marcus Brinkmann <[email protected]> | 2008-12-03 14:24:03 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2008-12-03 14:24:03 +0000 |
commit | 6216d736114c27adb8b3eee2daa96ac9b00c9912 (patch) | |
tree | 27632b15f73e6e5a20407096deb0d293b6f7cb32 | |
parent | Fix doc bug. (diff) | |
download | gpgme-6216d736114c27adb8b3eee2daa96ac9b00c9912.tar.gz gpgme-6216d736114c27adb8b3eee2daa96ac9b00c9912.zip |
2008-12-03 Marcus Brinkmann <[email protected]>
* Makefile.am (status-table.h): Use $(builddir) to find gpgme.h.
-rw-r--r-- | src/ChangeLog | 4 | ||||
-rw-r--r-- | src/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f899c055..cb6dbd32 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-12-03 Marcus Brinkmann <[email protected]> + + * Makefile.am (status-table.h): Use $(builddir) to find gpgme.h. + 2008-11-18 Werner Koch <[email protected]> * version.c (do_subsystem_inits): Always initialize I/O diff --git a/src/Makefile.am b/src/Makefile.am index a3a1066c..603f606a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -226,7 +226,7 @@ libgpgme_qt_la_LIBADD = $(assuan_libobjs) @LTLIBOBJS@ \ endif status-table.h : gpgme.h - $(srcdir)/mkstatus < $(srcdir)/gpgme.h > status-table.h + $(srcdir)/mkstatus < $(builddir)/gpgme.h > status-table.h install-data-local: install-def-file |