summaryrefslogtreecommitdiff
path: root/apps/X11/InstallMgr/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'apps/X11/InstallMgr/Makefile.am')
-rw-r--r--apps/X11/InstallMgr/Makefile.am25
1 files changed, 0 insertions, 25 deletions
diff --git a/apps/X11/InstallMgr/Makefile.am b/apps/X11/InstallMgr/Makefile.am
deleted file mode 100644
index e02f1e4..0000000
--- a/apps/X11/InstallMgr/Makefile.am
+++ /dev/null
@@ -1,25 +0,0 @@
-## Process this file with automake to produce Makefile.in
-
-SUBDIRS = intl po macros src
-
-install-data-local:
- @$(NORMAL_INSTALL)
- if test -d $(srcdir)/pixmaps; then \
- $(mkinstalldirs) $(DESTDIR)@PACKAGE_PIXMAPS_DIR@; \
- for pixmap in $(srcdir)/pixmaps/*; do \
- if test -f $$pixmap; then \
- $(INSTALL_DATA) $$pixmap $(DESTDIR)@PACKAGE_PIXMAPS_DIR@; \
- fi \
- done \
- fi
-
-dist-hook:
- if test -d pixmaps; then \
- mkdir $(distdir)/pixmaps; \
- for pixmap in pixmaps/*; do \
- if test -f $$pixmap; then \
- cp -p $$pixmap $(distdir)/pixmaps; \
- fi \
- done \
- fi
-