summaryrefslogtreecommitdiff
path: root/bin/Makefile.am
diff options
context:
space:
mode:
authornobody <nobody@localhost>2003-06-28 16:20:00 +0000
committernobody <nobody@localhost>2003-06-28 16:20:00 +0000
commitbc712c95c8d7f238d64a6ee260d78addaa35ee46 (patch)
treee521429188462e4446c632b5bd4b6f333e589995 /bin/Makefile.am
parent76b647b4d1f9d146319f35c8440040612f8590ab (diff)
downloadshared-mime-info-GNOME_SYSTEM_MONITOR_2_5_1.tar.gz
This commit was manufactured by cvs2svn to create tagGNOME_SYSTEM_MONITOR_2_5_1
'GNOME_SYSTEM_MONITOR_2_5_1'. svn path=/tags/GNOME_SYSTEM_MONITOR_2_5_1/; revision=2989
Diffstat (limited to 'bin/Makefile.am')
-rw-r--r--bin/Makefile.am15
1 files changed, 0 insertions, 15 deletions
diff --git a/bin/Makefile.am b/bin/Makefile.am
deleted file mode 100644
index 36bff37e..00000000
--- a/bin/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-bin_SCRIPTS = gnome-autogen.sh
-
-## We create gnome-autogen.sh here and not from configure because we want
-## to get the paths expanded correctly. Macros like srcdir are given
-## the value NONE in configure if the user doesn't specify them (this
-## is an autoconf feature, not a bug).
-gnome-autogen.sh: gnome-autogen.sh.in Makefile
-## Use sed and then mv to avoid problems if the user interrupts.
- sed -e 's#\@datadir\@#$(datadir)#g' \
- < $(srcdir)/gnome-autogen.sh.in > gnome-autogen.tmp \
- && mv gnome-autogen.tmp gnome-autogen.sh
-
-EXTRA_DIST = gnome-autogen.sh.in
-
-