Makefile.am (220B)
1 # This Makefile.am is in the public domain 2 AM_CPPFLAGS = -I$(top_srcdir)/src/include 3 4 lib_LTLIBRARIES = \ 5 libfrostlow.la 6 7 libfrostlow_la_SOURCES = \ 8 frost_low.c 9 10 libfrostlow_la_LIBADD = \ 11 -lsodium \ 12 -lgnunetutil