[f-spot] Update autotools to handle Hyena's new location
- From: Stephen Shaw <sshaw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [f-spot] Update autotools to handle Hyena's new location
- Date: Tue, 14 May 2013 08:11:43 +0000 (UTC)
commit 697314d472519d572a9c5af75ac892c5d691a760
Author: Stephen Shaw <sshaw decriptor com>
Date: Mon May 13 23:06:55 2013 -0600
Update autotools to handle Hyena's new location
configure.ac | 14 +++++++-------
external/Makefile.am | 3 +++
lib/Makefile.am | 1 -
3 files changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 0769a39..0ef20cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -302,13 +302,13 @@ data/desktop-files/f-spot-import.desktop.in
help/Makefile
-lib/Hyena/build/m4/Makefile
-lib/Hyena/build/Makefile
-lib/Hyena/build/pkg-config/Makefile
-lib/Hyena/Hyena.Data.Sqlite/Makefile
-lib/Hyena/Hyena.Gui/Makefile
-lib/Hyena/Hyena/Makefile
-lib/Hyena/Makefile
+external/Hyena/build/m4/Makefile
+external/Hyena/build/Makefile
+external/Hyena/build/pkg-config/Makefile
+external/Hyena/Hyena.Data.Sqlite/Makefile
+external/Hyena/Hyena.Gui/Makefile
+external/Hyena/Hyena/Makefile
+external/Hyena/Makefile
lib/libfspot/Makefile
lib/Makefile
diff --git a/external/Makefile.am b/external/Makefile.am
new file mode 100644
index 0000000..293408c
--- /dev/null
+++ b/external/Makefile.am
@@ -0,0 +1,3 @@
+# Note the list below is sorted by alphabet. Dpap-sharp isn't built.
+SUBDIRS = \
+ Hyena
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 8e238de..4021cf3 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,4 +1,3 @@
# Note the list below is sorted by alphabet. Dpap-sharp isn't built.
SUBDIRS = \
- Hyena \
libfspot
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]