programs/dtsearchpath: add automake files
This commit is contained in:
19
cde/programs/dtsearchpath/dtsp/Makefile.am
Normal file
19
cde/programs/dtsearchpath/dtsp/Makefile.am
Normal file
@@ -0,0 +1,19 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
bin_PROGRAMS = dtsearchpath
|
||||
|
||||
dtsearchpath_CFLAGS = -I../libCliSrv $(TIRPCINC)
|
||||
|
||||
if SUN
|
||||
dtsearchpath_CFLAGS += -DIOSTREAMSWORKS
|
||||
endif
|
||||
|
||||
if AIX
|
||||
dtsearchpath_CFLAGS += -DIOSTREAMSWORKS
|
||||
endif
|
||||
|
||||
dtsearchpath_LDADD = ../libCliSrv/libCliSrv.a $(LIBTT) $(XTOOLLIB) ${X_LIB}
|
||||
|
||||
dtsearchpath_SOURCES = AppSearchPath.C DbSearchPath.C HelpSearchPath.C \
|
||||
IconSearchPath.C InfoLibSearchPath.C ManSearchPath.C \
|
||||
Options.C SearchPath.C dtsearchpath.C
|
||||
Reference in New Issue
Block a user