Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jun 2013 13:51:01 GMT
From:      mattbw@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r253080 - soc2013/mattbw/dummy
Message-ID:  <201306171351.r5HDp1LS032690@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mattbw
Date: Mon Jun 17 13:51:01 2013
New Revision: 253080
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=253080

Log:
  make dummy backend build using FreeBSD style makefile.  Needs testing to make sure packagekit accepts this.

Deleted:
  soc2013/mattbw/dummy/Makefile.am
Modified:
  soc2013/mattbw/dummy/pk-backend-dummy.c

Modified: soc2013/mattbw/dummy/pk-backend-dummy.c
==============================================================================
--- soc2013/mattbw/dummy/pk-backend-dummy.c	Mon Jun 17 12:49:26 2013	(r253079)
+++ soc2013/mattbw/dummy/pk-backend-dummy.c	Mon Jun 17 13:51:01 2013	(r253080)
@@ -26,8 +26,8 @@
 #include <gio/gio.h>
 #include <gio/gunixsocketaddress.h>
 
-#include <pk-backend.h>
-#include <pk-backend-job.h>
+#include "plugin/pk-backend.h"
+#include "plugin/pk-backend-job.h"
 
 typedef struct {
 	gboolean	 has_signature;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306171351.r5HDp1LS032690>