opkg: distcheck fixes
[oweals/opkg-lede.git] / tests / Makefile.am
1
2 noinst_PROGRAMS = opkg_hash_test opkg_extract_test
3
4 opkg_hash_test_LDADD = $(top_builddir)/libbb/libbb.la $(top_builddir)/libopkg/libopkg.la
5 opkg_hash_test_SOURCES = opkg_hash_test.c
6 opkg_hash_test_CFLAGS = $(ALL_CFLAGS) -I$(top_srcdir)
7
8 opkg_extract_test_LDADD = $(top_builddir)/libbb/libbb.la $(top_builddir)/libopkg/libopkg.la
9 opkg_extract_test_SOURCES = opkg_extract_test.c
10 opkg_extract_test_CFLAGS = $(ALL_CFLAGS) -I$(top_srcdir)
11
12