Merge pull request #80 from JosephMcc/makefile-fix1

Makefile: Forgot to git add changes
This commit is contained in:
JosephMcc
2017-02-10 04:09:44 -08:00
committed by GitHub

View File

@@ -54,6 +54,7 @@ NOINST_H_FILES = \
xed-ui.h \ xed-ui.h \
xed-utils.h \ xed-utils.h \
xed-view-frame.h \ xed-view-frame.h \
xed-view-gutter-renderer.h \
xed-window-private.h xed-window-private.h
INST_H_FILES = \ INST_H_FILES = \
@@ -133,6 +134,7 @@ libxed_c_files = \
xed-utils.c \ xed-utils.c \
xed-view.c \ xed-view.c \
xed-view-frame.c \ xed-view-frame.c \
xed-view-gutter-renderer.c \
xed-window.c xed-window.c
libxed_la_SOURCES = \ libxed_la_SOURCES = \