aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorKalev Lember <kalev@smartlink.ee>2009-04-17 18:52:30 (GMT)
committerKalev Lember <kalev@smartlink.ee>2009-04-20 17:14:45 (GMT)
commitb74bb6d406f711d5259f90861400aee2b74f7c2c (patch)
tree37e44b924ff73ef39e3c08ff3e88433baeb2b498 /Makefile.am
parentbb16dfb819e2170f13c404600b9dae8849ecd3c7 (diff)
downloadpowwow-b74bb6d406f711d5259f90861400aee2b74f7c2c.zip
powwow-b74bb6d406f711d5259f90861400aee2b74f7c2c.tar.gz
powwow-b74bb6d406f711d5259f90861400aee2b74f7c2c.tar.bz2
Rename movie_play to powwow-movieplay.
I am currently trying to get powwow included in Fedora. Thomas Sailer is reviewing the spec file and he has expressed some concerns about possible name clashes. More info at: https://bugzilla.redhat.com/show_bug.cgi?id=491566
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 6f362d0..3fbcafb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Default help file directory
AM_CFLAGS=-DPOWWOW_DIR=\"$(pkgdatadir)\" -DPLUGIN_DIR=\"$(plugindir)\"
-bin_PROGRAMS = powwow muc movie_play
+bin_PROGRAMS = powwow muc powwow-movieplay
powwow_SOURCES = beam.c cmd.c log.c edit.c cmd2.c eval.c \
utils.c main.c tcp.c list.c map.c tty.c \
ptr.c
@@ -11,7 +11,7 @@ powwow_HEADERS = beam.h cmd.h log.h edit.h cmd2.h eval.h \
utils.h main.h tcp.h list.h map.h tty.h \
ptr.h defines.h
muc_SOURCES = muc.c
-movie_play_SOURCES = movie_play.c
+powwow_movieplay_SOURCES = powwow-movieplay.c
noinst_PROGRAMS = catrw follow
follow_SOURCES = follow.c