aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2016-06-25 03:15:04 +0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2016-06-25 03:15:04 +0200
commit4cfeb39fbe99be28f22611c6146b1655549f7850 (patch)
tree6403402816a498958cb8dc06599cc59550df3df3
parenta9bf621b288ef47b3b461adefbd0ef006ebc74d5 (diff)
downloadblogc-4cfeb39fbe99be28f22611c6146b1655549f7850.tar.gz
blogc-4cfeb39fbe99be28f22611c6146b1655549f7850.tar.bz2
blogc-4cfeb39fbe99be28f22611c6146b1655549f7850.zip
build: link debug.c directly to blogc binary
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 75bd927..11dde62 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -75,7 +75,6 @@ check_PROGRAMS = \
libblogc_la_SOURCES = \
src/content-parser.c \
src/datetime-parser.c \
- src/debug.c \
src/error.c \
src/file.c \
src/loader.c \
@@ -106,6 +105,7 @@ libblogc_utils_la_CFLAGS = \
blogc_SOURCES = \
src/blogc.c \
+ src/debug.c \
$(NULL)
blogc_CFLAGS = \