Set include paths in Makefile instead of .c files

This commit is contained in:
Roy Marples
2008-01-06 13:47:39 +00:00
parent da4217fec8
commit 8afb86a5de
12 changed files with 31 additions and 30 deletions

View File

@@ -50,10 +50,10 @@
#include <regex.h>
#include "builtins.h"
#include "../libeinfo/einfo.h"
#include "einfo.h"
#include "rc.h"
#include "../rc-misc.h"
#include "../strlist.h"
#include "rc-misc.h"
#include "strlist.h"
static const char *applet;