summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2006-03-20 17:56:07 +0000
committerAkira TAGOH <akira@tagoh.org>2006-03-20 17:56:07 +0000
commit7b82b1034c5305f3e97ce7acc2db66057e1dde78 (patch)
treee7a0642ec46cf0cdd551f5997df9612a8e0ccd27 /Makefile.am
parent142d22a32096ccb9218a80a774f7b0804567aefe (diff)
initial commit to the repos on fd.o.
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..8ea7d4d
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,15 @@
+NULL =
+SUBDIRS = hieroglyph libretto devices lib tests examples
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = hg-libretto.pc hieroglyph.pc
+$(pkgconfig_DATA): config.status
+
+EXTRA_DIST = \
+ hg-libretto.pc.in \
+ hieroglyph.pc.in \
+ intltool-extract.in \
+ intltool-merge.in \
+ intltool-update.in \
+ requires \
+ $(NULL)