You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
210 B
8 lines
210 B
ACLOCAL_AMFLAGS = -I m4
|
|
EXTRA_DIST = ChangeLog log4cplus.pc.in
|
|
SUBDIRS = include src loggingserver tests
|
|
if QT
|
|
SUBDIRS += qt4debugappender
|
|
endif
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = log4cplus.pc
|