Files
parodus/Makefile.am
Francis Brosnan Blázquez 40282fb155 nopoll:
* [fix] Including Makefile.win files into the source bundle.
2013-04-26 15:54:08 +00:00

15 lines
267 B
Makefile

if ENABLE_NOPOLL_DOC
NOPOLL_DOC_DIR = doc
endif
SUBDIRS = src test $(NOPOLL_DOC_DIR)
EXTRA_DIST = nopoll.pc.in VERSION Makefile.win
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = nopoll.pc
all-local: update-defs
update-defs:
cd src; make update-def; cd ..