Add directory for AT chat library
authorMarcel Holtmann <marcel@holtmann.org>
Fri, 8 May 2009 21:48:44 +0000 (14:48 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 8 May 2009 21:48:44 +0000 (14:48 -0700)
Makefile.am
configure.ac
gatchat/Makefile.am [new file with mode: 0644]

index 3166578..8e559bd 100644 (file)
@@ -1,5 +1,5 @@
 
-SUBDIRS = gdbus include plugins src client tools scripts test doc
+SUBDIRS = gdbus gatchat include plugins src client tools scripts test doc
 
 pkgconfigdir = $(libdir)/pkgconfig
 
index 98a02bf..9fb15f1 100644 (file)
@@ -247,6 +247,9 @@ 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(polkit, AC_HELP_STRING([--enable-polkit],
                [enable PolicyKit support]), [enable_polkit=${enableval}])
 if (test "${enable_polkit}" = "yes"); then
@@ -287,7 +290,8 @@ AM_CONDITIONAL(DATAFILES, test "${enable_datafiles}" != "no")
 
 SHAVE_INIT
 
-AC_OUTPUT(Makefile gdbus/Makefile include/Makefile include/version.h
+AC_OUTPUT(Makefile gdbus/Makefile gatchat/Makefile
+                               include/Makefile include/version.h
                                src/Makefile src/connman.service
                                scripts/connman scripts/Makefile
                                plugins/Makefile client/Makefile
diff --git a/gatchat/Makefile.am b/gatchat/Makefile.am
new file mode 100644 (file)
index 0000000..56c1742
--- /dev/null
@@ -0,0 +1,8 @@
+
+noinst_LTLIBRARIES = libgatchat.la
+
+libgatchat_la_SOURCES =
+
+AM_CFLAGS = @GLIB_CFLAGS@
+
+MAINTAINERCLEANFILES = Makefile.in