TOPDIR = ../..
include $(TOPDIR)/Make/makedefs

CXXFILES =\
	osgintrospection.cpp\

LIBS     += -losgIntrospection -losgDB -losgUtil -losg $(GL_LIBS) $(OTHER_LIBS) 

EXEC = osgintrospection

include $(TOPDIR)/Make/makerules
