summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel.holtmann@intel.com>2009-05-06 14:18:30 -0700
committerMarcel Holtmann <marcel.holtmann@intel.com>2009-05-06 14:42:51 -0700
commit4ea27466bf3a5a3309d5ee689a1470c20c483ef9 (patch)
tree1d08b3e7832750eb468f7f93d4e4080dc35a2524
parent5106f7a8cfba0dd89f57f8f9f5fd9261887873ab (diff)
downloadofono-4ea27466bf3a5a3309d5ee689a1470c20c483ef9.tar.bz2
Add directory for AT chat library
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac6
-rw-r--r--gatchat/Makefile.am8
3 files changed, 14 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index f70d0f33..972b420d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
-SUBDIRS = gdbus include src plugins doc
+SUBDIRS = gdbus gatchat include src plugins doc
DISTCHECK_CONFIGURE_FLAGS = --disable-datafiles
diff --git a/configure.ac b/configure.ac
index d93d7c74..adc5b574 100644
--- a/configure.ac
+++ b/configure.ac
@@ -76,11 +76,15 @@ AC_SUBST(DBUS_DATADIR)
AC_SUBST([GDBUS_CFLAGS], ['$(DBUS_CFLAGS) -I$(top_srcdir)/gdbus'])
AC_SUBST([GDBUS_LIBS], ['$(top_builddir)/gdbus/libgdbus.la $(DBUS_LIBS)'])
+AC_SUBST([GATCHAT_CFLAGS], ['-I$(top_srcdir)/gatchat'])
+AC_SUBST([GATCHAT_LIBS], ['$(top_builddir)/gatchat/libgatchat.la'])
+
AC_ARG_ENABLE(datafiles, AC_HELP_STRING([--disable-datafiles],
[don't install configuration and data files]),
[enable_datafiles=${enableval}])
AM_CONDITIONAL(DATAFILES, test "${enable_datafiles}" != "no")
-AC_OUTPUT(Makefile gdbus/Makefile include/Makefile include/version.h
+AC_OUTPUT(Makefile gdbus/Makefile gatchat/Makefile
+ include/Makefile include/version.h
src/Makefile plugins/Makefile doc/Makefile)
diff --git a/gatchat/Makefile.am b/gatchat/Makefile.am
new file mode 100644
index 00000000..56c17421
--- /dev/null
+++ b/gatchat/Makefile.am
@@ -0,0 +1,8 @@
+
+noinst_LTLIBRARIES = libgatchat.la
+
+libgatchat_la_SOURCES =
+
+AM_CFLAGS = @GLIB_CFLAGS@
+
+MAINTAINERCLEANFILES = Makefile.in