syncevolution/src/gnome-bluetooth/Makefile.am
Patrick Ohly a2b0235869 autotools: some more fixes
Changes done a while ago, checking in now...

"make install" with the plugin off still tried to create the plugin directory.
I went for excluding entering the sub directory, as in the original patch, in
particular because DIST_SUBDIRS had to be updated anyway. Apparently when it is
set, it is used by "make dist" instead of SUBDIRS. I thought "make dist" would
use a union of the two.

update-samples.pl was missing, broke "make distcheck".
2010-02-09 20:40:38 +01:00

9 lines
279 B
Makefile

plugindir = $(GNOMEBLUETOOTH_DIR)/plugins/
INCLUDES = $(GNOMEBLUETOOTH_CFLAGS) \
-DLOCALEDIR=\"$(SYNCEVOLUTION_LOCALEDIR)\"
plugin_LTLIBRARIES = libgbtsyncevolution.la
libgbtsyncevolution_la_SOURCES = syncevolution.c
libgbtsyncevolution_la_LDFLAGS = -module -avoid-version