diff options
author | ticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358> | 2008-12-15 00:16:14 (EST) |
---|---|---|
committer | ticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358> | 2008-12-15 00:16:14 (EST) |
commit | f3c3b7a6b89c7acdc4eb1c42670522b6b20e015f (patch) | |
tree | 19cd0568dd8b353fbac9a4bf09939c93cd29b5b9 /src | |
parent | 872f7a6ca2c280d9c0df93e20956ce64e3636783 (diff) |
opkg: fix distcheck issues
git-svn-id: http://opkg.googlecode.com/svn/trunk@105 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e8e6dce..1fb3ec9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ - +AM_CFLAGS = -I${top_srcdir}/libopkg ${ALL_CFLAGS} bin_PROGRAMS = opkg-cl opkg_cl_SOURCES = opkg-frontend.c |