I want to get rid of the header mess and move everything public into a
proper single public header. There is no reason to keep everything
separate once we make libtsm a proper library.
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
src/tsm_screen.h \
src/tsm_unicode.h \
src/tsm_vte.h \
- src/tsm.h
+ src/libtsm.h
pkgconfig_DATA += docs/libtsm.pc
libtsm_la_SOURCES = \
- src/tsm.h \
+ src/libtsm.h \
src/tsm_unicode.h \
src/tsm_unicode.c \
src/tsm_screen.h \
* available TSM headers for you.
*/
-#ifndef TSM_H
-#define TSM_H
+#ifndef LIBTSM_H
+#define LIBTSM_H
#include <tsm_unicode.h>
#include <tsm_screen.h>
#include <tsm_vte.h>
-#endif /* TSM_H */
+#endif /* LIBTSM_H */