diff options
author | Ross Burton <ross@linux.intel.com> | 2009-10-08 15:30:40 +0100 |
---|---|---|
committer | Ross Burton <ross@linux.intel.com> | 2009-10-08 15:30:40 +0100 |
commit | b7b09e3921c29d2af891382e5c905436984db13e (patch) | |
tree | dd250c86bcef049d5cbee3a0907d6833fddf7558 /Makefile.am | |
parent | bd0adec30e6f1e73a08c365902268e486529c07d (diff) |
Split the Facebook and Flickr backends to librest-extras
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
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 |