Commits
Ken Cunningham authored and Ken committed bf1e8abbd32
1 + | --- Makefile.am.orig 2019-02-17 12:45:07.000000000 -0700 |
2 + | +++ Makefile.am 2019-02-17 12:45:34.000000000 -0700 |
3 + | |
4 + | pkgconfigdir = $(libdir)/pkgconfig |
5 + | pkgconfig_DATA = src/libbdplus.pc |
6 + | |
7 + | - |
8 + | -# |
9 + | -# examples |
10 + | -# |
11 + | - |
12 + | -noinst_PROGRAMS = bdplus_test convtab_dump |
13 + | - |
14 + | -bdplus_test_SOURCES = src/examples/bdplus_test.c |
15 + | -bdplus_test_CFLAGS = $(AM_CFLAGS) $(LIBAACS_CFLAGS) |
16 + | -bdplus_test_LDADD = libbdplus.la |
17 + | -bdplus_test_LDADD += $(LIBAACS_LIBS) |
18 + | - |
19 + | -convtab_dump_SOURCES = src/examples/convtab_dump.c |