aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2016-09-22 04:08:47 +0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2016-09-22 04:08:47 +0200
commit6202f4475af932d6d489f5e02ea6b5110a1f567d (patch)
treefa81cf8da40f49ebf1c4946c7c3e3058e74c59e0 /Makefile.am
parent0c7753ef37f875b288fc8c5d1c6a64fa61f4d149 (diff)
downloadblogc-6202f4475af932d6d489f5e02ea6b5110a1f567d.tar.gz
blogc-6202f4475af932d6d489f5e02ea6b5110a1f567d.tar.bz2
blogc-6202f4475af932d6d489f5e02ea6b5110a1f567d.zip
runserver: removed libmagic dependency
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 6cf2f6c..7ecb21a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -143,12 +143,10 @@ blogc_runserver_SOURCES = \
blogc_runserver_CFLAGS = \
$(AM_CFLAGS) \
$(LIBEVENT_CFLAGS) \
- $(SQUAREBALL_CFLAGS) \
$(NULL)
blogc_runserver_LDADD = \
$(LIBEVENT_LIBS) \
- $(MAGIC_LIBS) \
libblogc_common.la \
$(NULL)
endif