Makefile: Forgot to git add changes
This commit is contained in:
parent
8cece49ab6
commit
090ba0dc92
|
@ -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 = \
|
||||||
|
|
Loading…
Reference in New Issue