diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 54814c3..e8e6ec1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,11 +23,7 @@ AUTOMAKE_OPTIONS = foreign # Ensure headers are installed below $(prefix) for distcheck DISTCHECK_CONFIGURE_FLAGS = --with-sdkdir='$${includedir}/xorg' -if BUILD_TEST -test_dir=test -endif - -SUBDIRS = src man include $(test_dir) +SUBDIRS = src man include pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xorg-evdev.pc |