summaryrefslogtreecommitdiffstats
path: root/unix/vncpasswd
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2008-03-20 11:48:41 +0000
committerAdam Tkac <atkac@redhat.com>2008-03-20 11:48:41 +0000
commitae2c6454d953f142efc02da285655b0451d86da0 (patch)
treea48a2ab700c33f43c87a94c3804ef17b90d263d1 /unix/vncpasswd
parentd547e72eba2e44a3201f603fee66bd504db7b854 (diff)
downloadtigervnc-ae2c6454d953f142efc02da285655b0451d86da0.tar.gz
tigervnc-ae2c6454d953f142efc02da285655b0451d86da0.zip
- use Makefile.am and configure.ac
- removed unwanted files - internationalization and jpeg library doesn't work yet git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1.5-xserver@2433 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/vncpasswd')
-rw-r--r--unix/vncpasswd/Makefile.am7
-rw-r--r--unix/vncpasswd/Makefile.in18
2 files changed, 7 insertions, 18 deletions
diff --git a/unix/vncpasswd/Makefile.am b/unix/vncpasswd/Makefile.am
new file mode 100644
index 00000000..52424924
--- /dev/null
+++ b/unix/vncpasswd/Makefile.am
@@ -0,0 +1,7 @@
+bin_PROGRAMS = vncpasswd
+
+vncpasswd_SOURCES = vncpasswd.cxx
+
+vncpasswd_CPPFLAGS = -I$(COMMON_DIR)
+
+vncpasswd_LDADD = $(RFB_LIBS)
diff --git a/unix/vncpasswd/Makefile.in b/unix/vncpasswd/Makefile.in
deleted file mode 100644
index a159b726..00000000
--- a/unix/vncpasswd/Makefile.in
+++ /dev/null
@@ -1,18 +0,0 @@
-
-SRCS = vncpasswd.cxx
-
-OBJS = vncpasswd.o
-
-program = vncpasswd
-
-DEP_LIBS = $(COMMON)/rfb/librfb.a
-
-DIR_CPPFLAGS = -I$(COMMON)
-
-all:: $(program)
-
-$(program): $(OBJS) $(DEP_LIBS)
- rm -f $(program)
- $(CXXLD) $(CXXFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(DEP_LIBS) $(LIBS)
-
-# followed by boilerplate.mk