summaryrefslogtreecommitdiff
path: root/tools/glade/glade/data/gtk/Makefile.am
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-09-29 19:32:03 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-09-29 19:32:03 +0200
commit624bab4dd36e1bea09c27a67f1ff0a3b983f1ac1 (patch)
tree2fc93406fb732d9e15d17ab9d6b00616eb282266 /tools/glade/glade/data/gtk/Makefile.am
parente041da40b7fe9bebd76dc04f25b0c345986d9ad0 (diff)
added our glade fork
Diffstat (limited to 'tools/glade/glade/data/gtk/Makefile.am')
-rw-r--r--tools/glade/glade/data/gtk/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/glade/glade/data/gtk/Makefile.am b/tools/glade/glade/data/gtk/Makefile.am
new file mode 100644
index 00000000..82700ddd
--- /dev/null
+++ b/tools/glade/glade/data/gtk/Makefile.am
@@ -0,0 +1,11 @@
+EXTRA_DIST = \
+ autogen.sh
+
+# Install the autogen.sh script for GTK+ apps.
+install-data-local:
+ $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)-2/gtk
+ $(INSTALL_DATA) $(srcdir)/autogen.sh $(DESTDIR)$(pkgdatadir)-2/gtk
+
+uninstall-local:
+ @rm -f $(DESTDIR)$(pkgdatadir)-2/gtk/autogen.sh
+