1
0
mirror of https://github.com/gryf/ADFlib.git synced 2026-02-07 08:45:55 +01:00
Files
ADFlib/examples/Makefile.am
2013-02-21 22:36:30 +01:00

7 lines
205 B
Makefile

bin_PROGRAMS = unadf
unadf_SOURCES = unadf.c
unadf_LDADD = $(top_srcdir)/src/libadf.la
unadf_DEPENDENCIES = $(top_srcdir)/src/libadf.la
AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/$(NATIVE_DIR)