diff options
| -rw-r--r-- | plugingui/Makefile.am | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am index 1dc786e..91e95bf 100644 --- a/plugingui/Makefile.am +++ b/plugingui/Makefile.am @@ -222,8 +222,11 @@ EXTRA_DIST = \  	nativewindow_cocoa.h \  	nativewindow_cocoa.mm \  	nativewindow_pugl.h \ +	nativewindow_pugl.cc \  	nativewindow_win32.h \ +	nativewindow_win32.cc \  	nativewindow_x11.h \ +	nativewindow_x11.cc \  	painter.h \  	pixelbuffer.h \  	pluginconfig.h \ | 
