4 noinst_LIBRARIES = libptllnd.a
5 noinst_HEADERS = ptllnd.h
6 libptllnd_a_SOURCES = ptllnd.h ptllnd.c ptllnd_cb.c
7 libptllnd_a_CPPFLAGS= $(LLCPPFLAGS)
8 # I need $(PTLNDCPPLFLAGS) to be AFTER $(CPPFLAGS)
9 # Adding them into $(AM_CFLAGS) seems wrong, but lets me get on..
10 libptllnd_a_CFLAGS= $(PTLLNDCPPFLAGS) $(LLCFLAGS)