opkg: remove per-target CFLAGS
[oweals/opkg-lede.git] / src / Makefile.am
1
2 bin_PROGRAMS = opkg-cl
3
4 opkg_cl_SOURCES = opkg-frontend.c
5 opkg_cl_LDADD = $(top_builddir)/libopkg/libopkg.la \
6                 $(top_builddir)/libbb/libbb.la 
7
8