diff options
| author | Christian Beier <dontmind@freeshell.org> | 2017-02-21 17:32:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-21 17:32:42 +0100 |
| commit | 9ac695a4b98de265c3bb73efd2bc80358ac6f332 (patch) | |
| tree | d1e2b6828d1ab59d0ecd66b1884cc4824644afca /Makefile.am | |
| parent | 261c3dbf87cc21adc91cebd0525c8c6a5f8d0f6b (diff) | |
| parent | fe943395873c6cbfdfa0eadb8a5d13f2c95e8614 (diff) | |
| download | libtdevnc-9ac695a4b98de265c3bb73efd2bc80358ac6f332.tar.gz libtdevnc-9ac695a4b98de265c3bb73efd2bc80358ac6f332.zip | |
Merge pull request #156 from The-42/drop-autotools
drop autotools
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index a7bc64d..0000000 --- a/Makefile.am +++ /dev/null @@ -1,28 +0,0 @@ -ACLOCAL_AMFLAGS = -I m4 - -SUBDIRS=libvncserver examples libvncclient webclients client_examples test -DIST_SUBDIRS=libvncserver examples libvncclient webclients client_examples test -EXTRA_DIST = CMakeLists.txt rfb/rfbconfig.h.cmake - -bin_SCRIPTS = libvncserver-config - -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = libvncserver.pc libvncclient.pc - -includedir=$(prefix)/include/rfb - -include_HEADERS=rfb/rfb.h rfb/rfbconfig.h rfb/rfbproto.h \ - rfb/keysym.h rfb/rfbregion.h rfb/rfbclient.h - -$(PACKAGE)-$(VERSION).tar.gz: dist - -if HAVE_RPM -# Rule to build RPM distribution package -rpm: $(PACKAGE)-$(VERSION).tar.gz $(PACKAGE).spec - cp $(PACKAGE)-$(VERSION).tar.gz @RPMSOURCEDIR@ - rpmbuild -ba $(PACKAGE).spec -endif - -t: - $(MAKE) -C test test - |
