diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-18 23:38:59 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-18 23:38:59 +0000 |
commit | aba421a2e74a326a0e4387d3173308735a6263fd (patch) | |
tree | 6d1c6c9c45f9544e7474d198e29fa76a187772fd /Makefile.am | |
parent | 74337d4f81c9050cb69da8fb825ebe9411b36140 (diff) |
Xinerama protocol module should be named Xinerama, not Panoramix
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 7c2950f..9320e38 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,10 @@ -panoramixdir = $(includedir)/X11/extensions -panoramix_HEADERS = \ +xineramadir = $(includedir)/X11/extensions +xinerama_HEADERS = \ panoramiXext.h \ panoramiXproto.h \ Xinerama.h pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = panoramixproto.pc +pkgconfig_DATA = xineramaproto.pc -EXTRA_DIST = autogen.sh panoramixproto.pc.in +EXTRA_DIST = autogen.sh xineramaproto.pc.in |