diff --git a/etc/Makefile.mak b/etc/Makefile.mak new file mode 100644 index 00000000..2a6711bb --- /dev/null +++ b/etc/Makefile.mak @@ -0,0 +1,8 @@ +all: opensc.conf + +opensc.conf: opensc.conf.in + @copy /y opensc.conf.in opensc.conf + +clean:: + del /Q opensc.conf + diff --git a/src/Makefile.mak b/src/Makefile.mak index eb0ac04f..1b3904b7 100644 --- a/src/Makefile.mak +++ b/src/Makefile.mak @@ -9,6 +9,7 @@ SUBDIRS = $(SUBDIRS) cardmod !ENDIF !IF "$(WIX_MSI_DEF)" == "/DBUILD_MSI" +SUBDIRS = $(SUBDIRS) "$(TOPDIR)\etc" SUBDIRS = $(SUBDIRS) "$(TOPDIR)\win32\opensc-msi" !ENDIF