[latexila] Autotools: handle files in src/ui/
- From: SÃbastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [latexila] Autotools: handle files in src/ui/
- Date: Tue, 4 Sep 2012 20:03:30 +0000 (UTC)
commit 6b71b8e3cc85d8531c889bb947800e47eb7d8bff
Author: SÃbastien Wilmet <swilmet gnome org>
Date: Thu Aug 30 18:17:43 2012 +0200
Autotools: handle files in src/ui/
configure.ac | 1 +
src/Makefile.am | 2 +-
src/ui/Makefile.am | 5 +++++
3 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 1cce234..1a25671 100644
--- a/configure.ac
+++ b/configure.ac
@@ -91,6 +91,7 @@ AC_CONFIG_FILES([Makefile
src/Makefile
src/gedit/Makefile
src/resources/Makefile
+ src/ui/Makefile
README])
AC_OUTPUT
diff --git a/src/Makefile.am b/src/Makefile.am
index 520fd76..b03646e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = gedit resources
+SUBDIRS = gedit resources ui
bin_PROGRAMS = latexila
diff --git a/src/ui/Makefile.am b/src/ui/Makefile.am
new file mode 100644
index 0000000..843207f
--- /dev/null
+++ b/src/ui/Makefile.am
@@ -0,0 +1,5 @@
+uidir = $(pkgdatadir)/ui
+
+dist_ui_DATA = \
+ preferences_dialog.ui \
+ ui.xml
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]