summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2010-10-28 16:25:11 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2010-10-28 16:49:34 +0100
commitf48d61387bc4bca10440aaeed932c9aab6882163 (patch)
tree698f2a42c42176c36c2fb4b3f91ad8ee1b054678
parentec879fa12d89d551b562a3de542c1501e1e2bf93 (diff)
don't install anything by default
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r--telepathy-yell/Makefile.am32
1 files changed, 12 insertions, 20 deletions
diff --git a/telepathy-yell/Makefile.am b/telepathy-yell/Makefile.am
index 213267a..820d389 100644
--- a/telepathy-yell/Makefile.am
+++ b/telepathy-yell/Makefile.am
@@ -1,9 +1,3 @@
-pkgincludedir = $(includedir)/telepathy-1.0/telepathy-yell
-genincludedir = $(pkgincludedir)/_gen
-
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = telepathy-yell.pc
-
EXTRA_DIST = \
Call_Content_Codec_Offer.xml \
Call_Content_Interface_Media.xml \
@@ -19,39 +13,37 @@ noinst_LTLIBRARIES = libtelepathy-yell.la
libtelepathy_yell_la_LIBADD = $(ALL_LIBS)
-pkginclude_HEADERS = \
- extensions.h \
- gtypes.h \
- enums.h \
- interfaces.h \
- svc-call.h
-
libtelepathy_yell_la_SOURCES = \
extensions.c \
extensions-cli.c
-nodist_libtelepathy_yell_la_SOURCES = \
+codegen_sources = \
_gen/signals-marshal.c \
_gen/signals-marshal.h \
- _gen/signals-marshal.list \
_gen/register-dbus-glib-marshallers-body.h \
_gen/gtypes-body.h \
_gen/interfaces-body.h \
_gen/cli-call-body.h \
- _gen/svc-call.c
-
-nodist_geninclude_HEADERS = \
+ _gen/svc-call.c \
_gen/enums.h \
_gen/gtypes.h \
_gen/interfaces.h \
_gen/cli-call.h \
_gen/svc-call.h
+nodist_libtelepathy_yell_la_SOURCES = \
+ $(codegen_sources) \
+ extensions.h \
+ gtypes.h \
+ enums.h \
+ interfaces.h \
+ svc-call.h
+
BUILT_SOURCES = \
_gen/all.xml \
_gen/call.xml \
- $(nodist_geninclude_HEADERS) \
- $(nodist_libtelepathy_yell_la_SOURCES) \
+ _gen/signals-marshal.list \
+ $(codegen_sources) \
extensions.html
CLEANFILES = $(BUILT_SOURCES)