summaryrefslogtreecommitdiff
path: root/lib/am/header.am
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1995-11-23 01:33:14 +0000
committerTom Tromey <tromey@redhat.com>1995-11-23 01:33:14 +0000
commitd980f541e146f3b524128af833df1018e358bbc9 (patch)
tree7a8321a60cb39f5a2a95297a6f49cefddae37121 /lib/am/header.am
parenta1dd16b5796d190f0fdb8d36ae10ad64b1ea2c79 (diff)
downloadautomake-d980f541e146f3b524128af833df1018e358bbc9.tar.gz
Added install, uninstall targets
Diffstat (limited to 'lib/am/header.am')
-rw-r--r--lib/am/header.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/am/header.am b/lib/am/header.am
index e69de29bb..29ece398f 100644
--- a/lib/am/header.am
+++ b/lib/am/header.am
@@ -0,0 +1,4 @@
+install: install-exec install-data
+
+uninstall: uninstall-exec uninstall-data
+