summaryrefslogtreecommitdiff
path: root/ACE/apps
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-06-25 15:06:15 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-06-25 15:06:15 +0000
commit157f257becfee275ef8a944b0775dad5c701f34c (patch)
tree7c58ce61d8c16e0709b7527e9adc5a9eacf91116 /ACE/apps
parent829eea8e0fe3484b02934f3372762a9d7827363e (diff)
downloadATCD-157f257becfee275ef8a944b0775dad5c701f34c.tar.gz
ChangeLogTag: Wed Jun 25 15:05:29 UTC 2008 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'ACE/apps')
-rw-r--r--ACE/apps/gperf/src/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/ACE/apps/gperf/src/Makefile.am b/ACE/apps/gperf/src/Makefile.am
index fedfd8649ac..48677172586 100644
--- a/ACE/apps/gperf/src/Makefile.am
+++ b/ACE/apps/gperf/src/Makefile.am
@@ -16,13 +16,13 @@ ACE_ROOT = $(top_srcdir)
if !BUILD_USES_WCHAR
-bin_PROGRAMS = gperf
+bin_PROGRAMS = ace_gperf
-gperf_CPPFLAGS = \
+ace_gperf_CPPFLAGS = \
-I$(ACE_ROOT) \
-I$(ACE_BUILDDIR)
-gperf_SOURCES = \
+ace_gperf_SOURCES = \
Bool_Array.cpp \
Gen_Perf.cpp \
Hash_Table.cpp \
@@ -42,7 +42,7 @@ gperf_SOURCES = \
Options.h \
Vectors.h
-gperf_LDADD = \
+ace_gperf_LDADD = \
$(ACE_BUILDDIR)/ace/libACE.la
endif !BUILD_USES_WCHAR