forked from sergiotarxz/mangareader
Removing files from the Makefile.
This commit is contained in:
parent
ed7a3a4ec5
commit
de55baeadb
2
Makefile
2
Makefile
@ -6,4 +6,4 @@ LDFLAGS := $(shell pkg-config --libs ${LIBS})
|
||||
CC_COMMAND := ${CC} ${INCDIR} ${CFLAGS}
|
||||
all: build
|
||||
build:
|
||||
${CC_COMMAND} src/util/regex.c src/util/string.c src/util/xml.c src/util/soup.c src/view/list_view_manga.c src/view/main_view.c src/manga.c src/backend/readmng.c manga.c main.c -o main ${LDFLAGS} -ggdb
|
||||
${CC_COMMAND} src/util/regex.c src/util/string.c src/util/xml.c src/util/soup.c src/view/list_view_manga.c src/view/main_view.c src/manga.c src/backend/readmng.c src/main.c -o main ${LDFLAGS} -ggdb
|
||||
|
@ -5,8 +5,6 @@
|
||||
#include <libxml/HTMLparser.h>
|
||||
#include <libxml/xpath.h>
|
||||
|
||||
#include <manga.h> //Nasty file
|
||||
|
||||
G_BEGIN_DECLS;
|
||||
|
||||
#define XML_COPY_NODE_RECURSIVE 2 | 1
|
||||
|
@ -6,8 +6,6 @@
|
||||
#include <openmg/util/xml.h>
|
||||
#include <openmg/manga.h>
|
||||
|
||||
#include <manga.h>
|
||||
|
||||
typedef enum {
|
||||
MG_BACKEND_READMNG_BASE_URL = 1,
|
||||
MG_BACKEND_READMNG_N_PROPERTIES
|
||||
|
@ -3,8 +3,6 @@
|
||||
#include <openmg/util/string.h>
|
||||
#include <openmg/manga.h>
|
||||
|
||||
#include <manga.h>
|
||||
|
||||
struct _MgManga {
|
||||
GObject parent_instance;
|
||||
char *image_url;
|
||||
|
@ -5,8 +5,6 @@
|
||||
|
||||
#include <openmg/view/list_view_manga.h>
|
||||
|
||||
#include <manga.h>
|
||||
|
||||
static void
|
||||
g_object_set_property_int(GObject *object, char *property_key, int value);
|
||||
static void
|
||||
|
@ -6,7 +6,6 @@
|
||||
#include <openmg/view/list_view_manga.h>
|
||||
|
||||
#include <readmng.h>
|
||||
#include <manga.h>
|
||||
|
||||
static AdwHeaderBar *
|
||||
create_headerbar (GtkBox *box);
|
||||
|
Loading…
Reference in New Issue
Block a user