From 4ea27466bf3a5a3309d5ee689a1470c20c483ef9 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 6 May 2009 14:18:30 -0700 Subject: [PATCH] Add directory for AT chat library --- Makefile.am | 2 +- configure.ac | 6 +++++- gatchat/Makefile.am | 8 ++++++++ 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 gatchat/Makefile.am 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