summaryrefslogtreecommitdiffstats
path: root/parts/appwizard/common/gnome-Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'parts/appwizard/common/gnome-Makefile.am')
-rw-r--r--parts/appwizard/common/gnome-Makefile.am16
1 files changed, 16 insertions, 0 deletions
diff --git a/parts/appwizard/common/gnome-Makefile.am b/parts/appwizard/common/gnome-Makefile.am
new file mode 100644
index 00000000..101299f8
--- /dev/null
+++ b/parts/appwizard/common/gnome-Makefile.am
@@ -0,0 +1,16 @@
+# not a GNU package. You can remove this line, if
+# have all needed files, that a GNU package needs
+AUTOMAKE_OPTIONS = foreign 1.4
+
+SUBDIRS = src pixmaps macros
+
+EXTRA_DIST = %{APPNAMELC}.lsm %{APPNAMELC}.desktop
+
+install-data-local:
+ $(mkinstalldirs) $(datadir)/gnome/apps/Applications/
+ $(INSTALL_DATA) $(srcdir)/%{APPNAMELC}.desktop $(datadir)/gnome/apps/Applications
+
+uninstall-local:
+ -rm -f $(datadir)/gnome/apps/Applications
+
+