Make sure the reporter is built and installed as reporter-2.2.
Originally committed to SVN as r3579.
This commit is contained in:
parent
cf8b0ae97c
commit
16f5d0aea6
1 changed files with 8 additions and 8 deletions
|
@ -1,16 +1,16 @@
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = foreign
|
||||||
AM_CXXFLAGS =
|
AM_CXXFLAGS =
|
||||||
|
|
||||||
bin_PROGRAMS = reporter
|
bin_PROGRAMS = reporter-2.2
|
||||||
|
|
||||||
if PRECOMPILED_HEADER
|
if PRECOMPILED_HEADER
|
||||||
BUILT_SOURCES = r_pre.h.gch
|
BUILT_SOURCES = r_pre.h.gch
|
||||||
AM_CXXFLAGS += -include r_pre.h -Winvalid-pch -fpch-deps -fpch-preprocess
|
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
|
endif
|
||||||
|
|
||||||
reporter_CPPFLAGS = -Iinclude @LIBCURL_CFLAGS@ @WX_CPPFLAGS@
|
reporter_2_2_CPPFLAGS = -Iinclude @LIBCURL_CFLAGS@ @WX_CPPFLAGS@
|
||||||
reporter_LDFLAGS = @WX_LIBS@ @LIBCURL_LIBS@
|
reporter_2_2_LDFLAGS = @WX_LIBS@ @LIBCURL_LIBS@
|
||||||
|
|
||||||
if PRECOMPILED_HEADER
|
if PRECOMPILED_HEADER
|
||||||
# This doesn't depend on Makefile on purpose, you should already know what you're doing when using this.
|
# 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
|
endif
|
||||||
|
|
||||||
|
|
||||||
reporter_SOURCES = \
|
reporter_2_2_SOURCES = \
|
||||||
aegisub.cpp \
|
aegisub.cpp \
|
||||||
main.cpp \
|
main.cpp \
|
||||||
name_map.cpp \
|
name_map.cpp \
|
||||||
|
@ -31,15 +31,15 @@ reporter_SOURCES = \
|
||||||
view.cpp
|
view.cpp
|
||||||
|
|
||||||
if BUILD_BSD
|
if BUILD_BSD
|
||||||
reporter_SOURCES += platform_unix_bsd.cpp
|
reporter_2_2_SOURCES += platform_unix_bsd.cpp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if BUILD_LINUX
|
if BUILD_LINUX
|
||||||
reporter_SOURCES += platform_unix_linux.cpp
|
reporter_2_2_SOURCES += platform_unix_linux.cpp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
reporter_SOURCES += \
|
reporter_2_2_SOURCES += \
|
||||||
*.h \
|
*.h \
|
||||||
include/*.h
|
include/*.h
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue