opkg: re-arrange source code into sub-directories
[oweals/opkg-lede.git] / src / Makefile.am
1
2 bin_PROGRAMS = opkg-cl
3
4 #lib_LTLIBRARIES = libopkg.la
5 opkg_cl_SOURCES = opkg-frontend.c
6 opkg_cl_CFLAGS = -DOPKG_LIB $(ALL_CFLAGS)
7 opkg_cl_LDADD = $(top_builddir)/libopkg/libopkg.la \
8                 $(top_builddir)/libbb/libbb.la 
9
10