remove UUIDs as implemention of PBD::ID, use static counter (not finished - counter state not saved)

git-svn-id: svn://localhost/ardour2/trunk@671 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2006-07-08 13:26:07 +00:00
parent eaf5d6d21f
commit 3dec68cd6b
5 changed files with 32 additions and 49 deletions

View file

@ -50,7 +50,6 @@ if conf.CheckCHeader('execinfo.h'):
pbd = conf.Finish()
pbd.Merge ([ libraries['sigc2'],
libraries['uuid'],
libraries['xml'],
libraries['glibmm2'],
libraries['glib2'] ])