diff options
author | florian.boor <florian.boor@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358> | 2009-11-27 07:26:35 (EST) |
---|---|---|
committer | florian.boor <florian.boor@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358> | 2009-11-27 07:26:35 (EST) |
commit | 8a22686ae708372109d65b7e00437f924a20ffac (patch) | |
tree | 2823a1a81f744657eba6eaf59348e6c18675a514 /libopkg | |
parent | b2b5908e2c248f7d21bde6cee2c523b24793dfa1 (diff) |
Fix typo in file name in order to fix distcheck.
git-svn-id: http://opkg.googlecode.com/svn/trunk@401 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'libopkg')
-rw-r--r-- | libopkg/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopkg/Makefile.am b/libopkg/Makefile.am index c7a0a9e..e5a610d 100644 --- a/libopkg/Makefile.am +++ b/libopkg/Makefile.am @@ -25,7 +25,7 @@ opkg_list_sources = conffile.c conffile.h conffile_list.c conffile_list.h \ pkg_dest.c pkg_dest.h pkg_dest_list.c pkg_dest_list.h \ pkg_src.c pkg_src.h pkg_src_list.c pkg_src_list.h \ str_list.c str_list.h void_list.c void_list.h \ - active_list.c active.list.h list.h + active_list.c active_list.h list.h opkg_util_sources = file_util.c file_util.h opkg_message.h opkg_message.c md5.c md5.h \ sprintf_alloc.c sprintf_alloc.h \ xregex.c xregex.h xsystem.c xsystem.h |