~canonical-dx-team/nux/nux.support-wm-take-focus

« back to all changes in this revision

Viewing changes to NuxGraphics/Makefile.am

  • Committer: Didier Roche
  • Date: 2011-02-08 11:35:09 UTC
  • Revision ID: didier.roche@canonical.com-20110208113509-jeuewmg16uasf3yb
don't build win things in Linux, just dist them

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
CLEANFILES = 
2
2
DISTCLEANFILES =
3
 
EXTRA_DIST =
 
3
EXTRA_DIST = $(srcdir)/GraphicsDisplayWin.cpp \
 
4
             $(srcdir)/GraphicsDisplayWin.h
4
5
 
5
6
lib_LTLIBRARIES = \
6
7
  libnux-graphics-@NUX_API_VERSION@.la
31
32
  $(srcdir)/FontTexture.h \
32
33
  $(srcdir)/FontRenderer.h \
33
34
  $(srcdir)/GraphicsDisplayX11.h \
34
 
  $(srcdir)/GraphicsDisplayWin.h \
35
35
  $(srcdir)/Gfx_Interface.h \
36
36
  $(srcdir)/GpuDevice.h \
37
37
  $(srcdir)/GLDeviceFrameBufferObject.h \
105
105
  $(srcdir)/GLTextureResourceManager.cpp \
106
106
  $(srcdir)/GLTextureStates.cpp \
107
107
  $(srcdir)/GraphicsDisplayX11.cpp \
108
 
  $(srcdir)/GraphicsDisplayWin.cpp \
109
108
  $(srcdir)/GLSh_ColorPicker.cpp \
110
109
  $(srcdir)/GLSh_DrawFunction.cpp \
111
110
  $(srcdir)/GLSh_Fill.cpp \