First sketch of the GSPN wrapper objects.

* iface/gspn/gspn.cc, iface/gspn/gspn.hh: New files.
* iface/gspn/Makefile.am (libspotgspn_la_SOURCES): Add them.
This commit is contained in:
Alexandre Duret-Lutz 2003-07-07 16:41:10 +00:00
parent c96af6251a
commit 7690e9ad9c
5 changed files with 427 additions and 6 deletions

View file

@ -1,6 +1,8 @@
AM_CPPFLAGS = -I$(top_srcdir)/src
AM_CPPFLAGS = -I$(top_srcdir)/src $(BUDDY_CPPFLAGS)
AM_CXXFLAGS = $(WARNING_CXXFLAGS)
lib_LTLIBRARIES = libspotgspn.la
libspotgspn_la_SOURCES = \
gspn.hh \
gspn.cc \
gspnlib.h