Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 318013
Collapse All | Expand All

(-)libconfig-1.3.2.orig/Makefile.am (-3 / +3 lines)
Lines 33-46 Link Here
33
libsrc = libconfig.c scanner.l grammar.y private.h wincompat.h
33
libsrc = libconfig.c scanner.l grammar.y private.h wincompat.h
34
libinc = libconfig.h
34
libinc = libconfig.h
35
35
36
libsrc_cpp =  $(libsrc) libconfigcpp.c++
36
libsrc_cpp =  libconfigcpp.c++
37
libinc_cpp =  $(libinc) libconfig.h++
37
libinc_cpp =  libconfig.h++
38
38
39
BUILT_SOURCES = scanner.c scanner.h grammar.c grammar.h
39
BUILT_SOURCES = scanner.c scanner.h grammar.c grammar.h
40
40
41
libconfig_la_SOURCES = $(libsrc)
41
libconfig_la_SOURCES = $(libsrc)
42
42
43
libconfig___la_SOURCES = $(libsrc_cpp)
43
libconfig___la_SOURCES = $(libsrc) $(libsrc_cpp)
44
44
45
libcppflags = -D_REENTRANT
45
libcppflags = -D_REENTRANT
46
46

Return to bug 318013