From: Marcel Holtmann Date: Fri, 8 May 2009 21:48:44 +0000 (-0700) Subject: Add directory for AT chat library X-Git-Tag: 2.0_alpha~3813 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0b1cc2ffd2312cf83a5d8ab21881932610623a8d;p=framework%2Fconnectivity%2Fconnman.git Add directory for AT chat library --- diff --git a/Makefile.am b/Makefile.am index 3166578..8e559bd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/configure.ac b/configure.ac index 98a02bf..9fb15f1 100644 --- a/configure.ac +++ b/configure.ac @@ -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 index 0000000..56c1742 --- /dev/null +++ b/gatchat/Makefile.am @@ -0,0 +1,8 @@ + +noinst_LTLIBRARIES = libgatchat.la + +libgatchat_la_SOURCES = + +AM_CFLAGS = @GLIB_CFLAGS@ + +MAINTAINERCLEANFILES = Makefile.in