summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-07-30 10:47:14 +0200
committerChristian Grothoff <christian@grothoff.org>2021-07-30 10:47:14 +0200
commitf3181db7c364e4f91d68fb987164402dc33f68ce (patch)
treeb3af7e9de477006c2ba0fe623c95030f344ef3b3 /Makefile.am
downloadanastasis-gtk-f3181db7c364e4f91d68fb987164402dc33f68ce.tar.gz
anastasis-gtk-f3181db7c364e4f91d68fb987164402dc33f68ce.tar.bz2
anastasis-gtk-f3181db7c364e4f91d68fb987164402dc33f68ce.zip
folding history in preparation of GNU Anastasis-gtk v0.0.0 release
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am15
1 files changed, 15 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..0ff9ba5
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,15 @@
+# This Makefile.am is in the public domain
+## Process this file with automake to produce Makefile.in
+
+SUBDIRS = contrib doc po src pixmaps
+
+desktopdir = $(datadir)/applications
+desktop_in_files = \
+ anastasis-gtk.desktop.in
+desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
+
+pkgpixdir= $(pkgdatadir)
+
+doc_DATA = README
+
+ACLOCAL_AMFLAGS = -I m4