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