Files
pvAccess/configure/Makefile
Andrew Johnson f654541c9d Unify configure files with the other V4 modules
Move include/pv setting into src/Makefile
2014-04-03 17:00:25 -05:00

10 lines
158 B
Makefile

TOP=..
include $(TOP)/configure/CONFIG
TARGETS = $(CONFIG_TARGETS)
CONFIGS += $(subst ../,,$(wildcard $(CONFIG_INSTALLS)))
include $(TOP)/configure/RULES