desktop-shell-client-protocol.h \
desktop-shell-protocol.c
wayland_desktop_shell_LDADD = $(toolkit_libs) \
- ../shared/libconfigparser.la
+ ../shared/libconfig-parser.la
wayland_tablet_shell_SOURCES = \
tablet-shell.c \
tablet-shell-client-protocol.h \
tablet-shell-protocol.c
wayland_tablet_shell_LDADD = $(toolkit_libs) \
- ../shared/libconfigparser.la
+ ../shared/libconfig-parser.la
BUILT_SOURCES = \
screenshooter-client-protocol.h \
#include <wayland-client.h>
#include "cairo-util.h"
#include "window.h"
-#include "../shared/configparser.h"
+#include "../shared/config-parser.h"
#include "desktop-shell-client-protocol.h"
#include "window.h"
#include "cairo-util.h"
-#include "../shared/configparser.h"
+#include "../shared/config-parser.h"
#include "tablet-shell-client-protocol.h"
-noinst_LTLIBRARIES = libconfigparser.la
-libconfigparser_la_SOURCES = configparser.c \
- configparser.h
+noinst_LTLIBRARIES = libconfig-parser.la
+libconfig_parser_la_SOURCES = \
+ config-parser.c \
+ config-parser.h
#include <stdlib.h>
#include <assert.h>
-#include "configparser.h"
+#include "config-parser.h"
static int
handle_key(const struct config_key *key, const char *value)