Changeset 3477 for trunk/etc/Makefile.am

Show
Ignore:
Timestamp:
04/17/08 10:05:50 (9 months ago)
Author:
alonbl
Message:

Make sure we generate opensc.conf every time

There is no dependency for autoconf variables, and
we provide the opensc.conf for Windows MSCVER build.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/etc/Makefile.am

    r3455 r3477  
    55 
    66dist_noinst_DATA = opensc.conf.in 
    7 nodist_noinst_DATA = opensc.conf 
     7nodist_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. 
     12force: 
     13opensc.conf: opensc.conf.in force 
    814 
    915.in: 
     
    1117                -e 's|@pkgdatadir[@]|$(pkgdatadir)|g' \ 
    1218                -e 's|@DEFAULT_PCSC_PROVIDER[@]|$(DEFAULT_PCSC_PROVIDER)|g' \ 
    13                 < $^ > $@ 
     19                < $< > $@ 
    1420 
    1521sysconf_DATA=#required in order to create dir