From 1068ff29ae8daba39a9b07a451a75a2e06f5e63c Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 7 Jan 2009 20:18:12 -0600 Subject: Fixing linking and libraries and includes oh my --- libindicate/Makefile.am | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'libindicate/Makefile.am') diff --git a/libindicate/Makefile.am b/libindicate/Makefile.am index f54be07..3f40d6d 100644 --- a/libindicate/Makefile.am +++ b/libindicate/Makefile.am @@ -1,10 +1,13 @@ INCLUDES= \ - -DG_LOG_DOMAIN=\"indicate\" + -DG_LOG_DOMAIN=\"libindicate\" EXTRA_DIST = \ indicate-server.xml +lib_LTLIBRARIES = \ + libindicate.la + libindicateincludedir=$(includedir)/libindicate-1.0/libindicate indicate_headers = \ @@ -14,17 +17,22 @@ indicate_headers = \ libindicateinclude_HEADERS = \ $(indicate_headers) -libindicate_SOURCES = \ +libindicate_la_SOURCES = \ $(indicate_headers) \ - dbus-indicate-server.h + dbus-indicate-server.h \ server.c \ indicator.c -libindicate_LDFLAGS = \ - -version-info 0:0:1 \ +libindicate_la_LDFLAGS = \ -no-undefined \ -export-symbols-regex "^[^_].*" +libindicate_la_CFLAGS = \ + $(LIBINDICATE_CFLAGS) + +libindicate_la_LIBADD = \ + $(LIBINDICATE_LIBS) + dbus-indicate-server.h: indicate-server.xml libtool --mode=execute dbus-binding-tool \ --prefix=indicate_server \ -- cgit v1.2.3