summaryrefslogtreecommitdiff
path: root/src/bin/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/Makefile.am')
-rw-r--r--src/bin/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am
new file mode 100644
index 0000000..ef86ed0
--- /dev/null
+++ b/src/bin/Makefile.am
@@ -0,0 +1,6 @@
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
+
+bin_PROGRAMS = aplwc
+
+aplwc_SOURCES = main.c
+aplwc_LDADD = $(top_builddir)/src/core/libaplwc.la