automake fix for rta lib

This commit is contained in:
Mark 2004-09-02 13:05:37 +00:00
parent 6bfc26ba02
commit b170547f7c
2 changed files with 2 additions and 0 deletions

View file

@ -1,2 +1,3 @@
lib_LTLIBRARIES = librtadb.la
librtadb_la_SOURCES = parse.tab.c token.l api.c do_sql.c rtatables.c
AM_CFLAGS = -I../pcre -I../adns -I../curl

View file

@ -154,6 +154,7 @@ sysconfdir = @sysconfdir@
target_alias = @target_alias@
lib_LTLIBRARIES = librtadb.la
librtadb_la_SOURCES = parse.tab.c token.l api.c do_sql.c rtatables.c
AM_CFLAGS = -I../pcre -I../adns -I../curl
subdir = lib/rta
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/autotools/mkinstalldirs