commit | 81e616ed06b8f72ade348fcd4502efbb3b470297 | [log] [tgz] |
---|---|---|
author | Adam Tkac <atkac@redhat.com> | Thu Apr 17 16:17:12 2008 +0000 |
committer | Adam Tkac <atkac@redhat.com> | Thu Apr 17 16:17:12 2008 +0000 |
tree | 87bcf5cff2d532287e5ea29bee1f8a822cc6fb34 | |
parent | 932e09b4b9e452cd230fa91f2200d5cb0785e34f [diff] [blame] |
- generate Makefile.in in unix/* subtree from Makefile.am git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1.5-xserver@2490 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/unix/vncpasswd/Makefile.am b/unix/vncpasswd/Makefile.am new file mode 100644 index 0000000..66fdf9d --- /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 = $(COMMON_DIR)/rfb/librfb.la