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:
parent
c96af6251a
commit
7690e9ad9c
5 changed files with 427 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue