mirror of
https://github.com/gryf/ADFlib.git
synced 2026-02-07 16:55:48 +01:00
Initial import
This commit is contained in:
6
examples/Makefile.am
Normal file
6
examples/Makefile.am
Normal file
@@ -0,0 +1,6 @@
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user