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 /configure.ac | |
parent | bd0adec30e6f1e73a08c365902268e486529c07d (diff) |
Split the Facebook and Flickr backends to librest-extras
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 2384a58..5b95183 100644 --- a/configure.ac +++ b/configure.ac @@ -46,10 +46,12 @@ AC_SUBST(localedir) AC_OUTPUT([ Makefile rest/Makefile + rest-extras/Makefile examples/Makefile docs/Makefile docs/reference/Makefile docs/reference/rest/Makefile tests/Makefile rest.pc + rest-extras.pc ]) |