diff options
author | Perberos <[email protected]> | 2011-11-09 22:53:33 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-09 22:53:33 -0300 |
commit | 70438138096a47b2505ac55634cd94947ce378b6 (patch) | |
tree | e45e49dda10a71616466500a4ab65d1c54b5f6c1 /src/sh/Makefile.am | |
download | engrampa-70438138096a47b2505ac55634cd94947ce378b6.tar.bz2 engrampa-70438138096a47b2505ac55634cd94947ce378b6.tar.xz |
initial
Diffstat (limited to 'src/sh/Makefile.am')
-rw-r--r-- | src/sh/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/sh/Makefile.am b/src/sh/Makefile.am new file mode 100644 index 0000000..25f0f89 --- /dev/null +++ b/src/sh/Makefile.am @@ -0,0 +1,5 @@ +shdir = $(libexecdir)/$(PACKAGE) +sh_DATA = isoinfo.sh + +EXTRA_DIST = $(sh_DATA) +-include $(top_srcdir)/git.mk |