summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlibdlo <libdlo@displaylink.com>2009-05-14 15:11:25 -0700
committerlibdlo <libdlo@displaylink.com>2009-05-14 15:11:25 -0700
commitf538aa89a6b7bf627b698afdf1412f46fcc7e10a (patch)
tree39cfc32f9b96a8a8f9abe559478819a0f2b4182a
parent0f36dd0a4d4efd3473439592799e5213c50a634c (diff)
Makefile updates
-rw-r--r--src/Makefile.am3
-rw-r--r--test/Makefile.am2
2 files changed, 2 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a1b85ef..ec67a1c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -19,8 +19,7 @@ libdlo_la_SOURCES = \
dlo_usb.c \
libdlo.c
-# here in the early use of the library, set DEBUG on to get better runtime info
-libdlo_la_CFLAGS = -DDEBUG
+libdlo_la_CFLAGS =
libdlo_la_LDFLAGS = \
-lusb \
-version-info $(LIBDLO_LT_CURRENT):$(LIBDLO_LT_REVISION):$(LIBDLO_LT_AGE)
diff --git a/test/Makefile.am b/test/Makefile.am
index 56587c2..d68fd83 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,3 +1,3 @@
bin_PROGRAMS = test1
test1_SOURCES = test1.c
-test1_LDADD = ../src/libdlo.la -lusb
+test1_LDADD = ../src/libdlo.la -lusb \ No newline at end of file