Makefile.am (465B)
1 # This Makefile.am is in the public domain 2 AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/libfrostdistkeygen -I$(top_srcdir)/src/libfrosthigh 3 4 lib_LTLIBRARIES = \ 5 libfrosttrusteddealer.la 6 7 libfrosttrusteddealer_la_SOURCES = \ 8 trusteddealer.c 9 10 libfrosttrusteddealer_la_LIBADD = \ 11 $(top_builddir)/src/libfrosthigh/libfrosthigh.la \ 12 $(top_builddir)/src/libfrostdistkeygen/libfrostdistkeygen.la \ 13 $(top_builddir)/src/libfrostlow/libfrostlow.la