fixed some build file issues

This commit is contained in:
hyunghwan.chung
2017-01-09 12:16:51 +00:00
parent b2fb361df4
commit 68a455e128
6 changed files with 9 additions and 11 deletions

View File

@ -27,7 +27,6 @@ pkgincludedir = $(includedir)
pkglibdir = $(libdir)
pkginclude_HEADERS = \
moo-cfg.h \
moo-cmn.h \
moo-rbt.h \
moo-utl.h \

View File

@ -397,7 +397,6 @@ CPPFLAGS_LIB_COMMON = $(CPPFLAGS_ALL_COMMON) $(LTDLINCL) \
LDFLAGS_LIB_COMMON = $(LDFLAGS_ALL_COMMON) -version-info 1:0:0 -no-undefined
LIBADD_LIB_COMMON = $(LIBM) $(LIBLTDL)
pkginclude_HEADERS = \
moo-cfg.h \
moo-cmn.h \
moo-rbt.h \
moo-utl.h \