diff options
Diffstat (limited to 'src/auditor-lib/Makefile.am')
-rw-r--r-- | src/auditor-lib/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/auditor-lib/Makefile.am b/src/auditor-lib/Makefile.am index 45ae881dd..1e7c87a4b 100644 --- a/src/auditor-lib/Makefile.am +++ b/src/auditor-lib/Makefile.am @@ -1,5 +1,5 @@ # This Makefile.am is in the public domain -AM_CPPFLAGS = -I$(top_srcdir)/src/include +AM_CPPFLAGS = -I$(top_srcdir)/src/include if USE_COVERAGE AM_CFLAGS = --coverage -O0 @@ -7,7 +7,7 @@ if USE_COVERAGE endif lib_LTLIBRARIES = \ - libtalerauditor + libtalerauditor.la libtalerauditor_la_LDFLAGS = \ -version-info 0:0:0 \ @@ -32,4 +32,3 @@ if HAVE_LIBGNURL libtalerauditor_la_LIBADD += -lgnurl endif endif - |