aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-08-24 20:38:54 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-08-24 20:38:54 +0000
commit0fe69f09cab89c31d274a2715b55608085480921 (patch)
tree353ead6bc665a695e0fa0c36fd6e5595cb1a0ecb /src/Makefile.am
parent595ef71a982d9d8629608a67902948f306023c6b (diff)
downloadwydawca-0fe69f09cab89c31d274a2715b55608085480921.tar.gz
wydawca-0fe69f09cab89c31d274a2715b55608085480921.tar.bz2
* lib/version.c: New file
* lib/gsc.h (gsc_version): New function * cvs/Makefile.am, ckaliases/Makefile.am, wydawca/Makefile.am, lib/Makefile.am, jabberd/Makefile.am: Fix include dirs * ckaliases/ckaliases.c, ckaliases/lex.l, ckaliases/ckaliases.h, ckaliases/gram.y: Use long options. Implement --version * wydawca/wydawca.c, jabberd/main.c: Use gsc_version to display program version. * doc/gsc.texi: Update * bootstrap: Add vasprintf git-svn-id: file:///svnroot/wydawca/trunk@292 6bb4bd81-ecc2-4fd4-a2d4-9571d19c0d33
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index f421330..26a9a79 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -32,5 +32,5 @@ wydawca_SOURCES=\
wydawca.h
LDADD=../lib/libgsc.a ../gnu/libgnu.a @SQLLIB@ @GPGMELIB@
-INCLUDES = -I../lib -I../gnu
-AM_CPPFLAGS=-DSYSCONFDIR=\"$(sysconfdir)\" \ No newline at end of file
+INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/gnu -I../gnu
+AM_CPPFLAGS=-DSYSCONFDIR=\"$(sysconfdir)\"

Return to:

Send suggestions and report system problems to the System administrator.