File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ DEBUG_CFLAGS=-DDEBUG -g3 -Wall -Wextra -Wpedantic -Wstrict-prototypes -Wdouble-p
2424 -fsanitize=undefined,address -fsanitize-undefined-trap-on-error
2525RELEASE_CFLAGS =-O3 -flto -march=native
2626
27- FILES =popup .c util.c platformdep.c deinflector.c settings.c dbreader.c ankiconnectc.c database.c jppron.c pdjson.c
28- FILES_H =ankiconnectc.h dbreader.h deinflector.h popup .h settings.h util.h platformdep.h database.h jppron.h pdjson.h
27+ FILES =gtk3popup .c util.c platformdep.c deinflector.c settings.c dbreader.c ankiconnectc.c database.c jppron.c pdjson.c
28+ FILES_H =ankiconnectc.h dbreader.h deinflector.h gtk3popup .h settings.h util.h platformdep.h database.h jppron.h pdjson.h
2929SRC =$(addprefix $(SDIR ) /,$(FILES ) )
3030SRC_H =$(addprefix $(IDIR ) /,$(FILES_H ) )
3131
File renamed without changes.
Original file line number Diff line number Diff line change 1111#include "ankiconnectc.h"
1212#include "util.h"
1313#include "platformdep.h"
14- #include "popup .h"
14+ #include "gtk3popup .h"
1515#include "messages.h"
1616
1717#define POSSIBLE_ENTRIES_S_NMEMB 9
You can’t perform that action at this time.
0 commit comments