Aegisub/aegisub/tools/Makefile.am
Amar Takhar 127a39626b * Build the restart-helper program in a makefile rather than in osx-bundle.sh
* Update paths to use tools/ instead of scripts/ in osx-bundle.sh

Originally committed to SVN as r3337.
2009-07-31 20:29:29 +00:00

17 lines
395 B
Makefile

bin_PROGRAMS = common-respack
common_respack_CPPFLAGS = @WX_CPPFLAGS@
common_respack_LDFLAGS = @WX_LIBS@
common_respack_SOURCES = common-respack.cpp
if BUILD_DARWIN
bin_PROGRAMS += osx-bundle-restart-helper
osx_bundle_restart_helper_SOURCES = osx-bundle-restart-helper.c
endif
EXTRA_DIST = \
osx-bundle-restart-helper.c \
osx-bundle.sh \
osx-dmg-dsstore.pl \
osx-dmg.sh \
osx-fix-libs.py