mirror of
https://github.com/gryf/ADFlib.git
synced 2026-02-07 08:45:55 +01:00
12 lines
163 B
Makefile
12 lines
163 B
Makefile
SUBDIRS = src doc
|
|
if EXAMPLES
|
|
SUBDIRS += examples
|
|
endif
|
|
if REGTESTS
|
|
SUBDIRS += regtests/Test
|
|
endif
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = adflib.pc
|
|
|