diff options
Diffstat (limited to 'randr/Makefile.am')
-rw-r--r-- | randr/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/randr/Makefile.am b/randr/Makefile.am new file mode 100644 index 000000000..16cf287c0 --- /dev/null +++ b/randr/Makefile.am @@ -0,0 +1,6 @@ +noinst_LTLIBRARIES = librandr.la + +librandr_la_SOURCES = \ + mirandr.c \ + randr.c \ + randrstr.h |