~gnu-psychosynth-team/psychosynth/trunk

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Juan Pedro Bolívar Puente
  • Date: 2012-01-27 12:52:38 UTC
  • Revision ID: raskolnikov@gnu.org-20120127125238-x53wt7jsb6hjczp3
Compilation works on Cegui 1.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
        $(SIGC_CFLAGS)\
76
76
        $(OGRE_CFLAGS) \
77
77
        $(CEGUI_CFLAGS) \
78
 
        $(OIS_CFLAGS) \
79
 
        $(CEGUIOGRE_CFLAGS)
 
78
        $(CEGUIOGRE_CFLAGS) \
 
79
        $(OIS_CFLAGS) 
 
80
 
80
81
 
81
82
# libboost_system is a hack
82
83
psynth3d_LDFLAGS = 
87
88
        $(SIGC_LIBS) \
88
89
        $(OGRE_LIBS) \
89
90
        $(CEGUI_LIBS) \
 
91
        $(CEGUIOGRE_LIBS) \
90
92
        $(OIS_LIBS) \
91
 
        $(CEGUIOGRE_LIBS) \
92
93
        ./psynth/libpsynth.la
93
94
 
 
95
 
94
96
psynth3d_SOURCES = \
95
97
        gui3d/camera_controller_default.cpp \
96
98
        gui3d/psychosynth_3d.cpp \