comparison plugins/Makefile.am @ 11903:c9312177821a

[gaim-migrate @ 14194] "make distcheck" fixes - mostly fixing DBUS things so they can compile outside the source tree, and a few compile warning fixes. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 30 Oct 2005 17:24:38 +0000
parents 85c0aece7be9
children 9096f56b725f
comparison
equal deleted inserted replaced
11902:391acec18e46 11903:c9312177821a
88 .PHONY: always 88 .PHONY: always
89 89
90 $(top_builddir)/src/dbus-types.h: always 90 $(top_builddir)/src/dbus-types.h: always
91 cd $(@D) && $(MAKE) $(AM_MAKEFLAGS) $(@F) 91 cd $(@D) && $(MAKE) $(AM_MAKEFLAGS) $(@F)
92 92
93 dbus-example-bindings.c: $(top_srcdir)/src/dbus-analyze-functions.py $(dbus_example_la_SOURCES) $(dbus_example_la_HEADERS) 93 dbus-example-bindings.c: $(top_srcdir)/src/dbus-analyze-functions.py $(dbus_example_la_SOURCES)
94 cat $(dbus_example_la_SOURCES) $(dbus_example_la_HEADERS) | \ 94 cat $(srcdir)/$(dbus_example_la_SOURCES) | \
95 $(PYTHON) $(top_srcdir)/src/dbus-analyze-functions.py --export-only > $@ 95 $(PYTHON) $(top_srcdir)/src/dbus-analyze-functions.py --export-only > $@
96 96
97 $(dbus_example_la_OBJECTS) dbus-example.so: dbus-example-bindings.c $(top_builddir)/src/dbus-types.h 97 $(dbus_example_la_OBJECTS) dbus-example.so: dbus-example-bindings.c $(top_builddir)/src/dbus-types.h
98 98
99 99
103 103
104 EXTRA_DIST = \ 104 EXTRA_DIST = \
105 ChangeLog HOWTO \ 105 ChangeLog HOWTO \
106 ChangeLog.API \ 106 ChangeLog.API \
107 Makefile.mingw \ 107 Makefile.mingw \
108 contact_priority.c \
108 filectl.c \ 109 filectl.c \
109 fortuneprofile.pl \ 110 fortuneprofile.pl \
110 gaim.pl \ 111 gaim.pl \
112 gaiminc.c \
113 gtk-signals-test.c \
114 ipc-test-client.c \
115 ipc-test-server.c \
111 mailchk.c \ 116 mailchk.c \
112 pluginpref_example.c \ 117 pluginpref_example.c \
113 raw.c \ 118 raw.c \
114 signals-test.c \ 119 signals-test.c \
115 simple.c 120 simple.c
116 121
117 AM_CPPFLAGS = \ 122 AM_CPPFLAGS = \
118 -DDATADIR=\"$(datadir)\" \ 123 -DDATADIR=\"$(datadir)\" \
119 -DVERSION=\"$(VERSION)\" \ 124 -DVERSION=\"$(VERSION)\" \
125 -I$(top_builddir)/src \
120 -I$(top_srcdir)/src \ 126 -I$(top_srcdir)/src \
121 $(DEBUG_CFLAGS) \ 127 $(DEBUG_CFLAGS) \
122 $(GTK_CFLAGS) \ 128 $(GTK_CFLAGS) \
123 $(PLUGIN_CFLAGS) \ 129 $(PLUGIN_CFLAGS) \
124 $(DBUS_CFLAGS) 130 $(DBUS_CFLAGS)