From 16f5d0aea6910ae00a83d091f39f6ea68cafef78 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Sat, 26 Sep 2009 23:09:39 +0000 Subject: [PATCH] Make sure the reporter is built and installed as reporter-2.2. Originally committed to SVN as r3579. --- aegisub/reporter/Makefile.am | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/aegisub/reporter/Makefile.am b/aegisub/reporter/Makefile.am index a8fe4cffb..a51c2e159 100644 --- a/aegisub/reporter/Makefile.am +++ b/aegisub/reporter/Makefile.am @@ -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