diff options
author | laforge <laforge@99fdad57-331a-0410-800a-d7fa5415bdb3> | 2007-01-08 12:05:58 +0000 |
---|---|---|
committer | laforge <laforge@99fdad57-331a-0410-800a-d7fa5415bdb3> | 2007-01-08 12:05:58 +0000 |
commit | c046f33d6af12a92a671584e6685077df9c8ae28 (patch) | |
tree | eae0985a4c06015ccd846a46742a54e115d14098 /include/common | |
parent | d15ed3e5bd92f21bfec2a48af1a40d078963f43e (diff) |
fix lots of header-related issues with autotools
git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@520 99fdad57-331a-0410-800a-d7fa5415bdb3
Diffstat (limited to 'include/common')
-rw-r--r-- | include/common/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/common/Makefile.am b/include/common/Makefile.am index e69de29..85f9e93 100644 --- a/include/common/Makefile.am +++ b/include/common/Makefile.am @@ -0,0 +1,3 @@ + +noinst_HEADERS = linux_list.h + |