aboutsummaryrefslogtreecommitdiff
path: root/ltb1/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ltb1/src/Makefile.am')
-rw-r--r--ltb1/src/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/ltb1/src/Makefile.am b/ltb1/src/Makefile.am
new file mode 100644
index 0000000..e6644fd
--- /dev/null
+++ b/ltb1/src/Makefile.am
@@ -0,0 +1,6 @@
+bin_PROGRAMS = ltb1
+ltb1_SOURCES = main.c
+ltb1_LDFLAGS = $(CF_LIB_FLAGS)
+ltb1_LDADD = ../lib/libltb1.la
+AM_CPPFLAGS = -I$(top_srcdir)
+

Return to:

Send suggestions and report system problems to the System administrator.