automake fix for rta lib
This commit is contained in:
parent
6bfc26ba02
commit
b170547f7c
2 changed files with 2 additions and 0 deletions
|
@ -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
|
|
@ -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
|
||||
|
|
Reference in a new issue