From a1176b45029cf5c7645627d38dfc96f66ea213f5 Mon Sep 17 00:00:00 2001 From: pixel Date: Fri, 24 Jan 2003 08:17:00 +0000 Subject: All for NPAQ files... --- src/Makefile.am | 7 +++++-- src/paq.cc | 9 +++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 src/paq.cc (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index dc5372e..a6c1b01 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,7 +6,7 @@ AM_CFLAGS = -O3 -Wall -Wstrict-prototypes -g AM_CXXFLAGS = -O3 -Wall -Wstrict-prototypes -g INCLUDES = -I.. -I../include -I$(includedir) -noinst_PROGRAMS = Baltisot +noinst_PROGRAMS = Baltisot paq noinst_JAVA = TestApplet.java @@ -14,8 +14,11 @@ JAVAROOT = datas Baltisot_SOURCES = Main.cc -LDADD = ../lib/libBaltisot.la -lefence +paq_SOURCES = paq.cc + +LDADD = ../lib/libBaltisot.la Baltisot_LDADD = $(LDADD) +paq_LDADD = $(LDADD) EXTRA_DIST = misc.cc TestApplet.java diff --git a/src/paq.cc b/src/paq.cc new file mode 100644 index 0000000..fff6569 --- /dev/null +++ b/src/paq.cc @@ -0,0 +1,9 @@ +#include +#include +#include +#include + +CODE_BEGINS +virtual int startup(void) throw (GeneralException) { +} +CODE_ENDS -- cgit v1.2.3