diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-11-03 10:14:49 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-11-03 10:14:49 +0100 |
commit | d2c19a73f65875f708ff8faf07010ffdb8a34385 (patch) | |
tree | 6320ccd97a7c1bee55b6ba07ce8c9d804b8a7333 /plugingui | |
parent | 85ce939590e9f60d51952b4cc1e6af6f9820ca28 (diff) |
Fix osx static library compilation.
Diffstat (limited to 'plugingui')
-rw-r--r-- | plugingui/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am index d0e8e0a..0f3880a 100644 --- a/plugingui/Makefile.am +++ b/plugingui/Makefile.am @@ -218,6 +218,7 @@ EXTRA_DIST = \ mainwindow.h \ nativewindow.h \ nativewindow_cocoa.h \ + nativewindow_cocoa.mm \ nativewindow_pugl.h \ nativewindow_win32.h \ nativewindow_x11.h \ |