diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index ee97180..3a2f6f5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,9 +2,7 @@ SUBDIRS=src tests doc pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = \ -xcb.pc \ -xcb-xlib.pc +pkgconfig_DATA = xcb.pc if BUILD_COMPOSITE pkgconfig_DATA += xcb-composite.pc |