summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-09-04 03:22:40 +0200
committerLennart Poettering <lennart@poettering.net>2007-09-04 03:22:40 +0200
commit76d8d4f503805618f883915b72f02e10b26aefb8 (patch)
tree3a13ac5606e5e6627d9760ed076f88efce20bfae /Makefile.am
parent308b40e79e6d0720f5dac4f7fe251f6f291fe7dc (diff)
Add autoconfization
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..2b8f245
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,10 @@
+
+
+AM_LDFLAGS=-avoid-version -module -export-dynamic
+
+lib_LTLIBRARIES = libflashsupport.la
+
+libflashsupport_la_SOURCES = flashsupport.c
+libflashsupport_la_LIBADD = $(AM_LIBADD) $(PULSE_LIBS) $(LIBSSL_LIBS)
+libflashsupport_la_CFLAGS = $(AM_CFLAGS) $(PULSE_CFLAGS) $(LIBSSL_CFLAGS)
+