aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323/Makefile
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-11 02:22:32 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-11 02:22:32 +0000
commit41f08169b0ddd4f98f21d2298d4120f8432a03c6 (patch)
tree876143c5b7d56904b5758fcb1d2b6c023c795feb /channels/h323/Makefile
parent92eff3e161221917d4ccde19552180a486c34c6f (diff)
clean up code and remove install directive in h323/ Makefile
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1924 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/h323/Makefile')
-rwxr-xr-xchannels/h323/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/channels/h323/Makefile b/channels/h323/Makefile
index 4caee2d59..cd796b153 100755
--- a/channels/h323/Makefile
+++ b/channels/h323/Makefile
@@ -38,22 +38,6 @@ CFLAGS += -I$(OPENH323DIR)/include -Wno-missing-prototypes -Wno-missing-declarat
all: libchanh323.a
-
-install: all
- install -m 755 chan_h323.so $(ASTERISKDIR)
- @echo " + ---- chan_h323 Installation Complete ----- +"
- @echo " + +"
- @echo " + chan_h323 has successfully been installed. +"
- @echo " + If you would like to install the sample +"
- @echo " + configuration file (overwriting existing +"
- @echo " + config file), run: +"
- @echo " + +"
- @echo " + $(MAKE) samples +"
- @echo " + +"
- @echo " + ------------------------------------------ +"
- @echo " "
-
-
samples:
if [ -f $(ASTETCDIR)/h323.conf ]; then \
mv -f $(ASTETCDIR)/h323.conf $(ASTETCDIR)/h323.conf.old ; \