[libslab] Move the .pc file to the toplevel Makefile.am



commit a2df0b2dd6a3d3a57e95ae7e325fd85ce0c1d9cc
Author: Federico Mena Quintero <federico novell com>
Date:   Mon May 11 12:05:52 2009 -0500

    Move the .pc file to the toplevel Makefile.am
    
    Signed-off-by: Federico Mena Quintero <federico novell com>
---
 Makefile.am         |    4 ++++
 libslab/Makefile.am |    3 ---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..9c44147
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,4 @@
+SUBDIRS = libslab po
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = libslab.pc
diff --git a/libslab/Makefile.am b/libslab/Makefile.am
index 2fdecdb..4e7be3c 100644
--- a/libslab/Makefile.am
+++ b/libslab/Makefile.am
@@ -58,9 +58,6 @@ libslab_la_LDFLAGS = -version-info $(LT_VERSION)
 
 libslab_la_LIBADD = $(LIBSLAB_LIBS)
 
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = libslab.pc
-
 search-entry-watermark.h: search-entry-watermark.svg
 	echo '#define SEARCH_ENTRY_WATERMARK_SVG "\' > $@; \
 	sed -e 's/"/\\"/g' -e 's/$$/\\/' -e 's/#000000/#%s/g' $< >> $@; \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]