diff options
author | laforge <laforge@99fdad57-331a-0410-800a-d7fa5415bdb3> | 2007-08-17 10:03:06 +0000 |
---|---|---|
committer | laforge <laforge@99fdad57-331a-0410-800a-d7fa5415bdb3> | 2007-08-17 10:03:06 +0000 |
commit | 4999c1777ee0676333405e560254c03762d6b55a (patch) | |
tree | 49a2148df4c8339db0b26f89f5a4a63e544ed516 | |
parent | 24a43c94efc45681be1c65ee6c939d698fafe3b6 (diff) |
Add Headers to pkginclude (Philipp Zabel <philipp.zabel@gmail.com>)
src/util/pin.h is a local header to libgsmd-tool. The pin.h
header of libgsmd is in include/libgsmd.
The attached patch adds libgsmd/sms.h and pin.h to the list of
installed headers.
git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@2737 99fdad57-331a-0410-800a-d7fa5415bdb3
-rw-r--r-- | include/libgsmd/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libgsmd/Makefile.am b/include/libgsmd/Makefile.am index 122c93e..84d9050 100644 --- a/include/libgsmd/Makefile.am +++ b/include/libgsmd/Makefile.am @@ -1,2 +1,3 @@ pkgincludedir = $(includedir)/libgsmd -pkginclude_HEADERS = event.h handset.h libgsmd.h misc.h phonebook.h voicecall.h +pkginclude_HEADERS = event.h handset.h libgsmd.h misc.h \ + phonebook.h pin.h sms.h voicecall.h |