build but do not install compat_getopt_main

This is just used for testing the compat_getopt code in libcompat


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4739 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
ludovic.rousseau 2010-09-21 09:37:17 +00:00
parent a404370f0c
commit 43ee9f60ce
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@ EXTRA_DIST = Makefile.mak
AM_CFLAGS = -DSIMCLIST_NO_DUMPRESTORE
noinst_LTLIBRARIES = libcompat.la
noinst_PROGRAMS = compat_getopt_main
dist_noinst_DATA = \
README.compat_getopt ChangeLog.compat_getopt \
LICENSE.compat_getopt compat_getopt.txt \
@ -17,3 +18,5 @@ libcompat_la_SOURCES = \
compat_getopt.h compat_getopt.c \
simclist.c simclist.h
compat_getopt_main_LIBS = libcompat_la