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 | |
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')
-rw-r--r-- | include/Makefile.am | 2 | ||||
-rw-r--r-- | include/common/Makefile.am | 3 | ||||
-rw-r--r-- | include/gsmd/Makefile.am | 4 |
3 files changed, 8 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 3349edf..7c03178 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1 +1 @@ -SUBDIRS = libgsmd # common gsmd +SUBDIRS = libgsmd gsmd common 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 + diff --git a/include/gsmd/Makefile.am b/include/gsmd/Makefile.am index e69de29..f3090f3 100644 --- a/include/gsmd/Makefile.am +++ b/include/gsmd/Makefile.am @@ -0,0 +1,4 @@ + +pkginclude_HEADERS = event.h usock.h + +noinst_HEADERS = atcmd.h gsmd.h select.h ts0707.h unsolicited.h usock.h vendorplugin.h |