[#1220] Fix Makefile.am

This commit is contained in:
Emmanuel Milou
2009-04-21 18:10:51 -04:00
parent 359e150ada
commit eb4557f874

View File

@ -2,7 +2,7 @@ include ../../globals.mak
noinst_LTLIBRARIES=libdbus.la noinst_LTLIBRARIES=libdbus.la
BUILD_SOURCES= \ BUILT_SOURCES= \
callmanager-glue.h \ callmanager-glue.h \
configurationmanager-glue.h \ configurationmanager-glue.h \
instance-glue.h \ instance-glue.h \
@ -22,7 +22,7 @@ marshaller.h: marshaller.list
libdbus_la_SOURCES= \ libdbus_la_SOURCES= \
dbus.c \ dbus.c \
$(BUILD_SOURCES) $(BUILT_SOURCES)
libdbus_la_LDFLAGS= @DEPS_LDFLAGS@ libdbus_la_LDFLAGS= @DEPS_LDFLAGS@
libdbus_la_CFLAGS= @DEPS_CFLAGS@ libdbus_la_CFLAGS= @DEPS_CFLAGS@
@ -31,4 +31,4 @@ EXTRA_DIST= \
marshaller.list marshaller.list
CLEANFILES= \ CLEANFILES= \
$(BUILD_SOURCES) $(BUILT_SOURCES)