Make sure the reporter is built and installed as reporter-2.2.

Originally committed to SVN as r3579.
This commit is contained in:
Amar Takhar 2009-09-26 23:09:39 +00:00
parent cf8b0ae97c
commit 16f5d0aea6
1 changed files with 8 additions and 8 deletions

View File

@ -1,16 +1,16 @@
AUTOMAKE_OPTIONS = foreign
AM_CXXFLAGS =
bin_PROGRAMS = reporter
bin_PROGRAMS = reporter-2.2
if PRECOMPILED_HEADER
BUILT_SOURCES = r_pre.h.gch
AM_CXXFLAGS += -include r_pre.h -Winvalid-pch -fpch-deps -fpch-preprocess
nodist_reporter_SOURCES = r_prec.h.gch
nodist_reporter_2_2_SOURCES = r_prec.h.gch
endif
reporter_CPPFLAGS = -Iinclude @LIBCURL_CFLAGS@ @WX_CPPFLAGS@
reporter_LDFLAGS = @WX_LIBS@ @LIBCURL_LIBS@
reporter_2_2_CPPFLAGS = -Iinclude @LIBCURL_CFLAGS@ @WX_CPPFLAGS@
reporter_2_2_LDFLAGS = @WX_LIBS@ @LIBCURL_LIBS@
if PRECOMPILED_HEADER
# This doesn't depend on Makefile on purpose, you should already know what you're doing when using this.
@ -19,7 +19,7 @@ r_pre.h.gch: r_pre.h
endif
reporter_SOURCES = \
reporter_2_2_SOURCES = \
aegisub.cpp \
main.cpp \
name_map.cpp \
@ -31,15 +31,15 @@ reporter_SOURCES = \
view.cpp
if BUILD_BSD
reporter_SOURCES += platform_unix_bsd.cpp
reporter_2_2_SOURCES += platform_unix_bsd.cpp
endif
if BUILD_LINUX
reporter_SOURCES += platform_unix_linux.cpp
reporter_2_2_SOURCES += platform_unix_linux.cpp
endif
reporter_SOURCES += \
reporter_2_2_SOURCES += \
*.h \
include/*.h