1
0
mirror of https://github.com/gryf/ADFlib.git synced 2026-02-07 16:55:48 +01:00

Initial import

This commit is contained in:
Toni G
2013-02-21 22:36:30 +01:00
parent 113fdf2a9e
commit f3af9e019f
72 changed files with 18613 additions and 0 deletions

6
examples/Makefile.am Normal file
View 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)