mirror of
https://github.com/X11Libre/xf86-video-mga.git
synced 2026-03-24 01:24:13 +00:00
9 lines
169 B
Makefile
9 lines
169 B
Makefile
AM_CFLAGS = $(BASE_CFLAGS)
|
|
|
|
# this is not even built in the monolith, so don't install it
|
|
noinst_PROGRAMS = stormdwg
|
|
|
|
stormdwg_SOURCES = stormdwg.c
|
|
|
|
EXTRA_DIST = README
|