source: OGRE/trunk/ogrenew/PlatformManagers/SDL/include/Makefile.am @ 657

Revision 657, 241 bytes checked in by mattausch, 18 years ago (diff)

added ogre dependencies and patched ogre sources

Line 
1noinst_HEADERS = OgreSDLConfig_cli.h \
2                                OgreSDLConfig_gtk.h \
3                                OgreSDLError.h \
4                                OgreSDLInput.h \
5                                OgreSDLTimer.h
6
7all:
8        -rm -f $(srcdir)/OgreSDLConfig.h
9        $(LN_S) $(srcdir)/OgreSDLConfig_$(OGRE_CFGTK).h $(srcdir)/OgreSDLConfig.h
Note: See TracBrowser for help on using the repository browser.