fix library declarations for libtool

This commit is contained in:
Stefan Seyfried
2013-06-01 12:25:52 +02:00
parent 7b32a96635
commit e5e05ffa09
4 changed files with 13 additions and 17 deletions

View File

@@ -5,7 +5,7 @@ INCLUDES = \
noinst_LTLIBRARIES = libspark.la
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
AM_LDFLAGS = -lpthread
AM_LDFLAGS = -lpthread -lass
libspark_la_SOURCES = \
irmp.c \