X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=503302851bb88993302f69ce325948511a7686ba;hb=ebe207d4acf38165adbc45298662982eecdb9e9f;hp=da36a8c1c20ebe692abbe8bbe7d9c48bf88dcaf0;hpb=c2977e5cb874e696994bcb93b8148f52c315b901;p=elogind.git diff --git a/Makefile.am b/Makefile.am index da36a8c1c..503302851 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3025,9 +3025,7 @@ noinst_PROGRAMS += \ systemd-modeset \ systemd-subterm -unifontdatadir=$(datadir)/unifont - -dist_unifontdata_DATA = \ +dist_pkgdata_DATA += \ src/libsystemd-terminal/unifont-glyph-array.bin tests += \ @@ -3053,6 +3051,7 @@ libsystemd_terminal_la_SOURCES = \ src/libsystemd-terminal/sysview.h \ src/libsystemd-terminal/sysview-internal.h \ src/libsystemd-terminal/sysview.c \ + src/libsystemd-terminal/term.h \ src/libsystemd-terminal/term-internal.h \ src/libsystemd-terminal/term-charset.c \ src/libsystemd-terminal/term-page.c \