summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2009-10-08 15:30:40 +0100
committerRoss Burton <ross@linux.intel.com>2009-10-08 15:30:40 +0100
commitb7b09e3921c29d2af891382e5c905436984db13e (patch)
treedd250c86bcef049d5cbee3a0907d6833fddf7558 /Makefile.am
parentbd0adec30e6f1e73a08c365902268e486529c07d (diff)
downloadlibrest-b7b09e3921c29d2af891382e5c905436984db13e.tar.gz
Split the Facebook and Flickr backends to librest-extras
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 2d6f813..10f50c0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,9 +1,9 @@
-SUBDIRS = rest examples docs tests
+SUBDIRS = rest rest-extras examples docs tests
%-$(API_VERSION).pc: %.pc
$(AM_V_GEN)cp $< $@
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = rest-$(API_VERSION).pc
+pkgconfig_DATA = rest-$(API_VERSION).pc rest-extras-$(API_VERSION).pc
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc