diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-11-17 10:11:53 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-11-17 10:11:53 +0100 |
commit | 5cc199df1dfb213b9d88d67e6384cb38783f1913 (patch) | |
tree | ebca30221ad6fa10dac6b8d4c04b43881aa4dc1d /plugingui | |
parent | 8cf280dbde02836f9cf44e10484c850f0c159cdb (diff) |
Add missing distfiles.
Diffstat (limited to 'plugingui')
-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 \ |