diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-06-25 03:15:04 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-06-25 03:15:04 +0200 |
commit | 4cfeb39fbe99be28f22611c6146b1655549f7850 (patch) | |
tree | 6403402816a498958cb8dc06599cc59550df3df3 /Makefile.am | |
parent | a9bf621b288ef47b3b461adefbd0ef006ebc74d5 (diff) | |
download | blogc-4cfeb39fbe99be28f22611c6146b1655549f7850.tar.gz blogc-4cfeb39fbe99be28f22611c6146b1655549f7850.tar.bz2 blogc-4cfeb39fbe99be28f22611c6146b1655549f7850.zip |
build: link debug.c directly to blogc binary
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
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 = \ |