Add directories for source code, header files and plugins

This commit is contained in:
Marcel Holtmann 2009-04-26 20:54:47 +02:00
parent 7851155b80
commit a20f3ce8d2
5 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,5 @@
SUBDIRS = gdbus
SUBDIRS = gdbus include src plugins
MAINTAINERCLEANFILES = Makefile.in \
aclocal.m4 configure config.h.in config.sub config.guess \

View File

@ -73,4 +73,5 @@ 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_OUTPUT(Makefile gdbus/Makefile)
AC_OUTPUT(Makefile gdbus/Makefile include/Makefile
src/Makefile plugins/Makefile)

2
include/Makefile.am Normal file
View File

@ -0,0 +1,2 @@
MAINTAINERCLEANFILES = Makefile.in

2
plugins/Makefile.am Normal file
View File

@ -0,0 +1,2 @@
MAINTAINERCLEANFILES = Makefile.in

2
src/Makefile.am Normal file
View File

@ -0,0 +1,2 @@
MAINTAINERCLEANFILES = Makefile.in