Fix an unfortunate typo.
[oweals/opkg-lede.git] / src / Makefile.am
index e8e6dce42ea8c8da9e58accdecad2261860c327e..d07806044f8c4ed6afd658e1057313842d121c33 100644 (file)
@@ -1,8 +1,6 @@
-
+AM_CFLAGS = -I${top_srcdir}/libopkg ${ALL_CFLAGS}
 bin_PROGRAMS = opkg-cl
 
 opkg_cl_SOURCES = opkg-frontend.c
 opkg_cl_LDADD = $(top_builddir)/libopkg/libopkg.la \
                 $(top_builddir)/libbb/libbb.la 
-
-