Changeset 3477
- Timestamp:
- 04/17/08 12:05:50 (4 months ago)
- Files:
-
- 1 modified
-
trunk/etc/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/etc/Makefile.am
r3455 r3477 5 5 6 6 dist_noinst_DATA = opensc.conf.in 7 nodist_noinst_DATA = opensc.conf 7 nodist_noinst_DATA = opensc.conf # For Windows MSVC build 8 9 # Make sure we build this every time 10 # as there is no dependency for this. 11 # Can be removed if MSVC is not requried. 12 force: 13 opensc.conf: opensc.conf.in force 8 14 9 15 .in: … … 11 17 -e 's|@pkgdatadir[@]|$(pkgdatadir)|g' \ 12 18 -e 's|@DEFAULT_PCSC_PROVIDER[@]|$(DEFAULT_PCSC_PROVIDER)|g' \ 13 < $ ^> $@19 < $< > $@ 14 20 15 21 sysconf_DATA=#required in order to create dir
