Home | History | Annotate | Line # | Download | only in testlib
      1 include $(top_srcdir)/Makefile.top
      2 
      3 AM_CPPFLAGS +=			\
      4 	$(LIBISC_CFLAGS)	\
      5 	$(LIBDNS_CFLAGS)
      6 
      7 AM_CFLAGS += -Wall -pedantic
      8 
      9 noinst_LTLIBRARIES = libdummyrpz.la
     10 libdummyrpz_la_SOURCES= dummylib.c test-data.c trpz.h test-data.h
     11 libdummyrpz_la_LDFLAGS = -avoid-version -module -shared -export-dynamic -rpath $(abs_builddir)
     12 LDADD += -lpthread $(DLOPEN_LIBS)
     13