cocoa_wrapper, macosx_screen_resolutions: Move to EXTRA_DIST
parent
03681c62a4
commit
b30d3ae526
|
@ -35,7 +35,8 @@ CLEANFILES = \
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
resource_lexer.l resource_parser.y \
|
resource_lexer.l resource_parser.y \
|
||||||
strres_lexer.l strres_parser.y
|
strres_lexer.l strres_parser.y \
|
||||||
|
cocoa_wrapper.h cocoa_wrapper.mm
|
||||||
|
|
||||||
noinst_LIBRARIES = libframework.a
|
noinst_LIBRARIES = libframework.a
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
|
@ -43,7 +44,6 @@ noinst_HEADERS = \
|
||||||
wzapp_c.h \
|
wzapp_c.h \
|
||||||
strres_parser.tab.hpp \
|
strres_parser.tab.hpp \
|
||||||
resource_parser.tab.hpp \
|
resource_parser.tab.hpp \
|
||||||
cocoa_wrapper.h \
|
|
||||||
crc.h \
|
crc.h \
|
||||||
cursors.h \
|
cursors.h \
|
||||||
debug.h \
|
debug.h \
|
||||||
|
@ -87,7 +87,6 @@ libframework_a_SOURCES = \
|
||||||
resource_parser.tab.cpp \
|
resource_parser.tab.cpp \
|
||||||
strres_lexer.lex.cpp \
|
strres_lexer.lex.cpp \
|
||||||
strres_parser.tab.cpp \
|
strres_parser.tab.cpp \
|
||||||
cocoa_wrapper.mm \
|
|
||||||
crc.cpp \
|
crc.cpp \
|
||||||
debug.cpp \
|
debug.cpp \
|
||||||
frame.cpp \
|
frame.cpp \
|
||||||
|
|
|
@ -10,13 +10,15 @@ MOCEDFILES = $(MOCHEADER:%.h=%_moc.cpp)
|
||||||
|
|
||||||
CLEANFILES = $(MOCEDFILES)
|
CLEANFILES = $(MOCEDFILES)
|
||||||
|
|
||||||
|
EXTRA_DIST = \
|
||||||
|
macosx_screen_resolutions.h macosx_screen_resolutions.cpp
|
||||||
|
|
||||||
noinst_LIBRARIES = libqtgame.a
|
noinst_LIBRARIES = libqtgame.a
|
||||||
noinst_HEADERS = qtgame.h swapinterval.h macosx_screen_resolutions.h $(MOCHEADER)
|
noinst_HEADERS = qtgame.h swapinterval.h $(MOCHEADER) \
|
||||||
|
|
||||||
nodist_libqtgame_a_SOURCES = \
|
nodist_libqtgame_a_SOURCES = \
|
||||||
qtgame_moc.cpp
|
qtgame_moc.cpp
|
||||||
|
|
||||||
libqtgame_a_SOURCES = \
|
libqtgame_a_SOURCES = \
|
||||||
qtgame.cpp \
|
qtgame.cpp \
|
||||||
swapinterval.cpp \
|
swapinterval.cpp
|
||||||
macosx_screen_resolutions.cpp
|
|
||||||
|
|
Loading…
Reference in New Issue