changed dir structure
|
@ -47,21 +47,7 @@ FILE6 = iPDC.desktop
|
|||
CC = gcc
|
||||
LIBS = -lpthread
|
||||
LDLIBS=`pkg-config --cflags --libs gtk+-3.0 osmgpsmap-1.0`
|
||||
CFLAGS=-g -fcommon `pkg-config --cflags --libs gtk+-3.0 osmgpsmap-1.0`
|
||||
|
||||
SOURCES = \
|
||||
ipdc.c \
|
||||
recreate.c recreate.h \
|
||||
connections.c connections.h \
|
||||
new_pmu_or_pdc.c new_pmu_or_pdc.h \
|
||||
parser.c parser.h \
|
||||
dallocate.c dallocate.h \
|
||||
align_sort.c align_sort.h \
|
||||
ipdcGui.c ipdcGui.h \
|
||||
attack_detection.c attack_detection.h \
|
||||
data_vis.c data_vis.h \
|
||||
utility_tools.c utility_tools.h \
|
||||
Attack_detect.c Attack_detect.h
|
||||
CFLAGS=-g -I./inc -fcommon `pkg-config --cflags --libs gtk+-3.0 osmgpsmap-1.0`
|
||||
|
||||
OBJECTS = ipdc.c recreate.o connections.o new_pmu_or_pdc.o parser.o dallocate.o align_sort.o ipdcGui.o attack_detection.o data_vis.o utility_tools.o Attack_detect.o
|
||||
|
||||
|
|
Before Width: | Height: | Size: 266 KiB After Width: | Height: | Size: 266 KiB |
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 69 KiB |
|
@ -50,7 +50,7 @@
|
|||
#include "utility_tools.h"
|
||||
|
||||
/* Common fixed path for storage of few common files */
|
||||
#define UI_fILE "./iPDC.ui"
|
||||
#define UI_fILE "../assets/iPDC.ui"
|
||||
//#define UI_fILE "/usr/local/share/iPDC/iPDC.xml"
|
||||
|
||||
|
|
@ -4,7 +4,7 @@
|
|||
#include "parser.h"
|
||||
#include "Attack_detect.h"
|
||||
|
||||
#define UI_fILE "./utility_tools.ui"
|
||||
#define UI_fILE "../assets/utility_tools.ui"
|
||||
|
||||
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Generated with glade 3.38.2 -->
|
||||
<interface>
|
||||
<requires lib="gtk+" version="3.24"/>
|
||||
</interface>
|