summaryrefslogtreecommitdiff
path: root/src/common/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-04-25 16:51:41 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-04-25 16:51:41 (GMT)
commitb9977e00ff9eb6e025e86a15c858183f3f314cf5 (patch)
treeeedacb236b90228d2b4c603fa9875ecaad05ee29 /src/common/Makefile.am
parent216a3d0121fabd678e50ea6b4fa2447ae9b921f0 (diff)
Saved the current work on plugins.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@59 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/common/Makefile.am')
-rwxr-xr-xsrc/common/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am
index f23941b..1bb66d9 100755
--- a/src/common/Makefile.am
+++ b/src/common/Makefile.am
@@ -1,13 +1,13 @@
-lib_LIBRARIES = libcommon.a
+lib_LTLIBRARIES = libcommon.la
-libcommon_a_SOURCES = \
+libcommon_la_SOURCES = \
dllist.h dllist.c \
endianness.h endianness.c \
extstr.h extstr.c \
macros.h
-libcommon_a_CFLAGS = $(AM_CFLAGS)
+libcommon_la_LDFLAGS =
INCLUDES =