Skip to content
Snippets Groups Projects
Commit 39de0689 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

add a global macro definition for AM_CPPFLAGS; remove include "../"

parent 640c08fc
No related branches found
No related tags found
No related merge requests found
src = $(top_srcdir)
AM_CPPFLAGS = -I$(src)/libs -I$(src)/src -I..
include $(top_srcdir)/globals.mak
sflcodecdir = $(libdir)/sflphone/codecs
noinst_LTLIBRARIES = libaudio.la
......
......@@ -27,8 +27,8 @@
#include <vector>
#include <dirent.h>
#include "../global.h"
#include "../user_cfg.h"
#include "global.h"
#include "user_cfg.h"
#include "codecs/audiocodec.h"
/** Enumeration that contains known audio payloads */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment