dtinfo/dtinfogen: make it build
Now, as to whether it all actually works, I guess we will see.
This commit is contained in:
14
cde/programs/dtinfo/dtinfogen/install/Makefile.am
Normal file
14
cde/programs/dtinfo/dtinfogen/install/Makefile.am
Normal file
@@ -0,0 +1,14 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
# get our env variables
|
||||
include $(top_srcdir)/programs/dtinfo/dtinfo_env.mk
|
||||
|
||||
infolibdir = $(CDE_INSTALLATION_TOP)/infolib/etc
|
||||
infolib_PROGRAMS = valBase
|
||||
|
||||
valBase_CXXFLAGS = $(DTINFO_DEFINES) $(DTINFO_INCLUDES)
|
||||
valBase_LDADD = $(MMDB_LIBS) $(DTCLIENTLIBS) $(XTOOLLIB)
|
||||
valBase_SOURCES = valBase.C
|
||||
|
||||
infolib_SCRIPTS = DeInstallBase ChangeCaseTitle Librarian
|
||||
|
||||
@@ -57,8 +57,9 @@ using namespace std;
|
||||
#include "oliasdb/mmdb.h"
|
||||
#include "oliasdb/asciiIn_filters.h"
|
||||
|
||||
// JET - don't need this - it (exit()) is defined in stdlib.h
|
||||
// DDK header file
|
||||
#include "olGlobal.h"
|
||||
// #include "olGlobal.h"
|
||||
|
||||
// Debuggging macro
|
||||
int dbgLevel;
|
||||
|
||||
Reference in New Issue
Block a user