diff options
Diffstat (limited to 'hw/kdrive/pm2/Makefile.am')
-rw-r--r-- | hw/kdrive/pm2/Makefile.am | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/hw/kdrive/pm2/Makefile.am b/hw/kdrive/pm2/Makefile.am deleted file mode 100644 index 4c1920467..000000000 --- a/hw/kdrive/pm2/Makefile.am +++ /dev/null @@ -1,33 +0,0 @@ -INCLUDES = \ - @KDRIVE_INCS@ \ - -I$(top_srcdir)/hw/kdrive/vesa \ - @XSERVER_CFLAGS@ - -bin_PROGRAMS = Xpm2 - -if TSLIB -TSLIB_FLAG = -lts -endif - -noinst_LIBRARIES = libpm2.a - -libpm2_a_SOURCES = \ - glint_regs.h \ - pm2.c \ - pm2_draw.c \ - pm2.h - -Xpm2_SOURCES = \ - pm2stub.c - -PM2_LIBS = \ - libpm2.a \ - $(top_builddir)/hw/kdrive/vesa/libvesa.a \ - @KDRIVE_LIBS@ - -Xpm2_LDADD = \ - $(PM2_LIBS) \ - @XSERVER_LIBS@ \ - $(TSLIB_FLAG) - -Xpm2_DEPENDENCIES = $(PM2_LIBS) @KDRIVE_LIBS@ |