diff options
| author | Marcus Brinkmann <[email protected]> | 2007-07-04 21:07:27 +0000 |
|---|---|---|
| committer | Marcus Brinkmann <[email protected]> | 2007-07-04 21:07:27 +0000 |
| commit | 2d7cfe08b0654ba21a2455ace42eb316ef61725e (patch) | |
| tree | d22330fb84ff79b8c1428a4ed89a2f0c0e3d9417 /assuan/Makefile.am | |
| parent | 2007-07-04 Marcus Brinkmann <[email protected]> (diff) | |
| download | gpgme-2d7cfe08b0654ba21a2455ace42eb316ef61725e.tar.gz gpgme-2d7cfe08b0654ba21a2455ace42eb316ef61725e.zip | |
2007-07-04 Marcus Brinkmann <[email protected]>
* assuan/Makefile.am (INCLUDES): Include $(top_srcdir)/gpgme. *
assuan/assuan.h: Include <ath.h> instead of trying to duplicate
the definitions.
Diffstat (limited to '')
| -rw-r--r-- | assuan/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assuan/Makefile.am b/assuan/Makefile.am index e19a356e..dc5baf9c 100644 --- a/assuan/Makefile.am +++ b/assuan/Makefile.am @@ -20,7 +20,7 @@ ## Process this file with automake to produce Makefile.in EXTRA_DIST = mkerrors -INCLUDES = -I.. -I$(top_srcdir)/include +INCLUDES = -I.. -I$(top_srcdir)/gpgme BUILT_SOURCES = assuan-errors.c MOSTLYCLEANFILES = assuan-errors.c |
