Skip to content
Merged
Prev Previous commit
Next Next commit
build: s/CPPFLAGS/CFLAGS/ + use GLIB_LIB
  • Loading branch information
jnpkrn committed Apr 21, 2016
commit df8ffcb5f6306ad5f11b5e0b73e2d9aef63b0b34
4 changes: 2 additions & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ boothd_SOURCES += auth.c
endif

boothd_LDFLAGS = $(OS_DYFLAGS) -L./
boothd_LDADD = -lplumb -lplumbgpl -lz -lm -lglib-2.0
boothd_CPPFLAGS = $(GLIB_CFLAGS)
boothd_LDADD = -lplumb -lplumbgpl -lz -lm $(GLIB_LIBS)
boothd_CFLAGS = $(GLIB_CFLAGS)

noinst_HEADERS = booth.h pacemaker.h \
config.h log.h raft.h ticket.h transport.h handler.h request.h attr.h
Expand Down