summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2006-08-20 22:06:30 +0000
committerAkira TAGOH <akira@tagoh.org>2006-08-20 22:06:30 +0000
commit12620397b9bb7ef25b7f3b5f4c27e80da0246cea (patch)
treec0ff9a98d1ccdf4fcc3fb1060f6063b0e937185b /src
parent9d6545003910bcf0ca70af221f58a42959dfd77a (diff)
* hieroglyph/hgplugins.c (hg_plugin_open): fixed a typo.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d0354ee..6574015 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -11,6 +11,9 @@ DEPS = \
$(top_builddir)/hieroglyph/libhieroglyph.la \
$(NULL)
+bin_PROGRAMS = \
+ hgs \
+ $(NULL)
noinst_PROGRAMS = \
hgspy-bin \
$(NULL)
@@ -19,6 +22,13 @@ noinst_LTLIBRARIES = \
libhgspy-helper.la \
$(NULL)
+hgs_SOURCES = \
+ hgs.c \
+ $(NULL)
+hgs_LDADD = \
+ $(top_builddir)/hieroglyph/libhieroglyph.la \
+ $(NULL)
+
hgspy_bin_SOURCES = \
hgspy.c \
$(NULL)