diff options
author | Ross Burton <ross@linux.intel.com> | 2009-10-09 10:45:39 +0100 |
---|---|---|
committer | Ross Burton <ross@linux.intel.com> | 2009-10-09 10:45:39 +0100 |
commit | 90f737a109e64147dc8a896d46f6bdae3cb4a771 (patch) | |
tree | 7d4f17038f58d2bcd5ece7cbfd80cfc47bd06619 | |
parent | 1e278b53c44e5c8ac12c5e5edb6df4b697a80e73 (diff) |
Fix makefilelibrest-0.6.1MOBLIN-2-1
-rw-r--r-- | rest/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rest/Makefile.am b/rest/Makefile.am index bc4ddde..6a4712a 100644 --- a/rest/Makefile.am +++ b/rest/Makefile.am @@ -26,7 +26,7 @@ librest_@API_VERSION@_la_CFLAGS = $(GLIB_CFLAGS) $(GTHREAD_CFLAGS) \ librest_@API_VERSION@_la_LIBADD = $(GLIB_LIBS) $(GTHREAD_LIBS) \ $(SOUP_LIBS) $(SOUP_GNOME_LIBS) $(XML_LIBS) librest_@API_VERSION@_la_SOURCES = $(lib_sources) $(lib_headers) -librest_@API_VERSION@_la_HEADERS = +librest_@API_VERSION@_la_HEADERS = $(lib_headers) librest_@API_VERSION@_ladir = $(includedir)/rest-@API_VERSION@/rest |