Skip to content

Commit

Permalink
cocoa_wrapper, macosx_screen_resolutions: Move to EXTRA_DIST
Browse files Browse the repository at this point in the history
  • Loading branch information
nanotech committed Sep 15, 2011
1 parent 03681c6 commit b30d3ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 2 additions & 3 deletions lib/framework/Makefile.am
Expand Up @@ -35,15 +35,15 @@ CLEANFILES = \

EXTRA_DIST = \
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_HEADERS = \
$(MOCHEADER) \
wzapp_c.h \
strres_parser.tab.hpp \
resource_parser.tab.hpp \
cocoa_wrapper.h \
crc.h \
cursors.h \
debug.h \
Expand Down Expand Up @@ -87,7 +87,6 @@ libframework_a_SOURCES = \
resource_parser.tab.cpp \
strres_lexer.lex.cpp \
strres_parser.tab.cpp \
cocoa_wrapper.mm \
crc.cpp \
debug.cpp \
frame.cpp \
Expand Down
8 changes: 5 additions & 3 deletions lib/qtgame/Makefile.am
Expand Up @@ -10,13 +10,15 @@ MOCEDFILES = $(MOCHEADER:%.h=%_moc.cpp)

CLEANFILES = $(MOCEDFILES)

EXTRA_DIST = \
macosx_screen_resolutions.h macosx_screen_resolutions.cpp

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 = \
qtgame_moc.cpp

libqtgame_a_SOURCES = \
qtgame.cpp \
swapinterval.cpp \
macosx_screen_resolutions.cpp
swapinterval.cpp

0 comments on commit b30d3ae

Please sign in to comment.